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>
Wed, 22 Jun 2022 17:08:09 +0000 (11:08 -0600)
commit8c09a4503965fee0c43ad33acef3e4b357f8041c
treed9324cbab80fd1dbf8998751ad2f2cf3bf11fefb
parent6dd847a855f31469a7eff4e94051ebd68f3e6a9c
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]