aboutsummaryrefslogtreecommitdiff
path: root/src/include/liburing/compat.h
blob: 1b19d4c46d7338b3d6338f91831e7e57ada67201 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: MIT */
#ifndef LIBURING_COMPAT_H
#define LIBURING_COMPAT_H

#include <linux/time_types.h>

#include <inttypes.h>
#include <linux/openat2.h>
#endif