aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/nop.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-24 11:56:42 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:11 -0600
commite28683bdfc2f2cb0dab042f9079cda89dbf589d9 (patch)
tree60ec99fa61b6de11bf9749a4ce56007666f354e9 /io_uring/nop.h
parent5e2a18d93fec514fc74f58a6061b74a79764af69 (diff)
downloadlinux-e28683bdfc2f2cb0dab042f9079cda89dbf589d9.tar.gz
io_uring: move nop into its own file
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/nop.h')
-rw-r--r--io_uring/nop.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/io_uring/nop.h b/io_uring/nop.h
new file mode 100644
index 0000000000000..97f1535c9dec4
--- /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);