Sign in
linux
/
linux
/
kernel
/
git
/
will
/
linux
/
101b76418d7163240bc74a7e06867dca0e51183e
/
.
/
io_uring
/
register.h
blob: c9da997d503c127a682a0829a69f4a1bc8a24956 [
file
] [
log
] [
blame
]
// 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