blob: b54b6b291c1c9d95e8ad45fcebe45afa54e61615 [file] [log] [blame]
/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_COMPAT_H
#define LIBURING_COMPAT_H
#include <stdint.h>
#include <inttypes.h>
#include <uapi/linux/openat2.h>
typedef int __kernel_rwf_t;
struct __kernel_timespec;
#endif