mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
9 lines
218 B
C
9 lines
218 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
#ifndef IORING_REGISTER_H
|
||
|
#define IORING_REGISTER_H
|
||
|
|
||
|
int io_eventfd_unregister(struct io_ring_ctx *ctx);
|
||
|
int io_unregister_personality(struct io_ring_ctx *ctx, unsigned id);
|
||
|
|
||
|
#endif
|