10 lines · c
1// SPDX-License-Identifier: GPL-2.02#ifndef IORING_REGISTER_H3#define IORING_REGISTER_H4 5int io_eventfd_unregister(struct io_ring_ctx *ctx);6int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);7struct file *io_uring_register_get_file(unsigned int fd, bool registered);8 9#endif10