xref: /linux/io_uring/query.h (revision 778b8ebe5192e7a7f00563a7456517dfa63e1d90)
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 
7 int io_query(struct io_ring_ctx *ctx, void __user *arg, unsigned nr_args);
8 
9 #endif
10