1 2 3 4 5 6 7 8 9
// SPDX-License-Identifier: GPL-2.0 #ifndef IORING_QUERY_H #define IORING_QUERY_H #include <linux/io_uring_types.h> int io_query(void __user *arg, unsigned nr_args); #endif