xref: /aosp_15_r20/external/liburing/src/include/liburing/compat.h (revision 25da2bea747f3a93b4c30fd9708b0618ef55a0e6)
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