aboutsummaryrefslogtreecommitdiff
path: root/src/include/liburing/compat.h
blob: b54b6b291c1c9d95e8ad45fcebe45afa54e61615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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