diff options
Diffstat (limited to 'io_uring/msg_ring.h')
-rw-r--r-- | io_uring/msg_ring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/msg_ring.h b/io_uring/msg_ring.h index 3030f3942f0f..32236d2fb778 100644 --- a/io_uring/msg_ring.h +++ b/io_uring/msg_ring.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 +int io_uring_sync_msg_ring(struct io_uring_sqe *sqe); 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); -void io_msg_cache_free(const void *entry); |