Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / io_uring / register.h
CommitLineData
c4320315
JA
1// SPDX-License-Identifier: GPL-2.0
2#ifndef IORING_REGISTER_H
3#define IORING_REGISTER_H
4
5int io_eventfd_unregister(struct io_ring_ctx *ctx);
6int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
0b6d253e 7struct file *io_uring_register_get_file(int fd, bool registered);
c4320315
JA
8
9#endif