io_uring: add io_uring_types.h
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 16:56:14 +0000 (10:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:34:06 +0000 (08:34 -0600)
commit1137696137ef6e67549c84d128cdf7f454ef8d28
tree2288d22bfa4632eb9d40f7605c532630a0df8325
parent24210d3b02f920fab6474e1aea59301029133453
io_uring: add io_uring_types.h

This adds definitions of structs that both the core and the various
opcode handlers need to know about.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring_types.h [new file with mode: 0644]