summaryrefslogblamecommitdiff
path: root/io_uring/register.h
blob: a5f39d5ef9e0e4588134c6b50ae4905430f8e1d1 (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                    
                                                                          

      
// 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);
struct file *io_uring_register_get_file(unsigned int fd, bool registered);

#endif