xref: /spdk/include/spdk_internal/uring.h (revision a6dbe3721eb3b5990707fc3e378c95e505dd8ab5)
1 /*   SPDX-License-Identifier: BSD-3-Clause
2  *   Copyright (C) 2019 Intel Corporation.
3  *   All rights reserved.
4  */
5 
6 #ifndef SPDK_INTERNAL_URING_H
7 #define SPDK_INTERNAL_URING_H
8 
9 #include <liburing.h>
10 
11 #endif /* SPDK_INTERNAL_URING_H */
12