summaryrefslogtreecommitdiff
path: root/io_uring/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'io_uring/register.h')
-rw-r--r--io_uring/register.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/register.h b/io_uring/register.h
index c9da997d503c..cc69b88338fe 100644
--- a/io_uring/register.h
+++ b/io_uring/register.h
@@ -4,5 +4,6 @@
int io_eventfd_unregister(struct io_ring_ctx *ctx);
int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
+struct file *io_uring_register_get_file(int fd, bool registered);
#endif