drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / io_uring / register.h
bloba5f39d5ef9e0e4588134c6b50ae4905430f8e1d1
1 // SPDX-License-Identifier: GPL-2.0
2 #ifndef IORING_REGISTER_H
3 #define IORING_REGISTER_H
5 int io_eventfd_unregister(struct io_ring_ctx *ctx);
6 int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
7 struct file *io_uring_register_get_file(unsigned int fd, bool registered);
9 #endif