diff options
Diffstat (limited to '')
-rw-r--r-- | io_uring/msg_ring.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/io_uring/msg_ring.h b/io_uring/msg_ring.h new file mode 100644 index 000000000..3987ee6c0 --- /dev/null +++ b/io_uring/msg_ring.h @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 + +int io_msg_ring_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); +int io_msg_ring(struct io_kiocb *req, unsigned int issue_flags); +void io_msg_ring_cleanup(struct io_kiocb *req); |