1 /* SPDX-License-Identifier: MIT */ 2 #ifndef LIBURING_COMPAT_H 3 #define LIBURING_COMPAT_H 4 5 #include <stdint.h> 6 #include <inttypes.h> 7 #include <linux/openat2.h> 8 9 typedef int __kernel_rwf_t; 10 11 struct __kernel_timespec; 12 13 #endif 14
1 /* SPDX-License-Identifier: MIT */ 2 #ifndef LIBURING_COMPAT_H 3 #define LIBURING_COMPAT_H 4 5 #include <stdint.h> 6 #include <inttypes.h> 7 #include <linux/openat2.h> 8 9 typedef int __kernel_rwf_t; 10 11 struct __kernel_timespec; 12 13 #endif 14