diff options
Diffstat (limited to 'io_uring/nop.h')
-rw-r--r-- | io_uring/nop.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/io_uring/nop.h b/io_uring/nop.h new file mode 100644 index 000000000..97f1535c9 --- /dev/null +++ b/io_uring/nop.h @@ -0,0 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 + +int io_nop_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); +int io_nop(struct io_kiocb *req, unsigned int issue_flags); |