Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
stable
/
linux-stable.git
/
4a298a43f5e339f48d2dda0665c02b88ee9a4e03
/
.
/
io_uring
/
query.h
blob: b35eb52f0ea841052fa475dc432795d04afc1f95 [
file
] [
log
] [
blame
]
// 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