register.h 293 B

123456789
  1. // SPDX-License-Identifier: GPL-2.0
  2. #ifndef IORING_REGISTER_H
  3. #define IORING_REGISTER_H
  4. int io_eventfd_unregister(struct io_ring_ctx *ctx);
  5. int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
  6. struct file *io_uring_register_get_file(unsigned int fd, bool registered);
  7. #endif