mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
17
third_party/liburing-cmake/liburing/compat.h
vendored
Normal file
17
third_party/liburing-cmake/liburing/compat.h
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#ifndef LIBURING_COMPAT_H
|
||||
#define LIBURING_COMPAT_H
|
||||
|
||||
#include <linux/time_types.h>
|
||||
/* <linux/time_types.h> is included above and not needed again */
|
||||
#define UAPI_LINUX_IO_URING_H_SKIP_LINUX_TIME_TYPES_H 1
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
struct open_how {
|
||||
uint64_t flags;
|
||||
uint64_t mode;
|
||||
uint64_t resolve;
|
||||
};
|
||||
|
||||
#endif
|
||||
8
third_party/liburing-cmake/liburing/io_uring_version.h
vendored
Normal file
8
third_party/liburing-cmake/liburing/io_uring_version.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#ifndef LIBURING_VERSION_H
|
||||
#define LIBURING_VERSION_H
|
||||
|
||||
#define IO_URING_VERSION_MAJOR 2
|
||||
#define IO_URING_VERSION_MINOR 4
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user