]> git.ipfire.org Git - thirdparty/linux.git/blob - io_uring/register.h
Merge tag 'kvmarm-fixes-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
[thirdparty/linux.git] / io_uring / register.h
1 // SPDX-License-Identifier: GPL-2.0
2 #ifndef IORING_REGISTER_H
3 #define IORING_REGISTER_H
4
5 int io_eventfd_unregister(struct io_ring_ctx *ctx);
6 int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
7
8 #endif