query.h 176 B

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