2025-09-08 00:03:00 +01:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
#ifndef IORING_QUERY_H
|
|
|
|
|
#define IORING_QUERY_H
|
|
|
|
|
|
|
|
|
|
#include <linux/io_uring_types.h>
|
|
|
|
|
|
2025-11-25 17:59:34 -07:00
|
|
|
int io_query(void __user *arg, unsigned nr_args);
|
2025-09-08 00:03:00 +01:00
|
|
|
|
|
|
|
|
#endif
|