Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at nocache-cleanup 9 lines 176 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#ifndef IORING_QUERY_H 3#define IORING_QUERY_H 4 5#include <linux/io_uring_types.h> 6 7int io_query(void __user *arg, unsigned nr_args); 8 9#endif