Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mkl
/
linux-can
/
0b4b77eff5f8cd9be062783a1c1e198d46d0a753
/
.
/
io_uring
/
query.h
blob: 171d47ccaabaf77261f5a6f0edc469a49b5f8413 [
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
(
struct
io_ring_ctx
*
ctx
,
void
__user
*
arg
,
unsigned
nr_args
);
#endif