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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commite27f928ee1cb068ac6c18ea244351a4c90a61139
treec68b6332d820ae1c48c9971117bc9add9a992673
parent4d4c9cff4f702d10f65473a6b4994ce1a13e64ff
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]