xref: /qemu/linux-user/loongarch64/target_fcntl.h (revision d0cda6f461fd33c5f9b063781c63c1ce5fd3fa3b)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (c) 2021 Loongson Technology Corporation Limited
4  */
5 
6 #ifndef LOONGARCH_TARGET_FCNTL_H
7 #define LOONGARCH_TARGET_FCNTL_H
8 
9 #include "../generic/fcntl.h"
10 
11 #endif
12