]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit138dd43356553001af0e53cad7257cec01d8e8e7
treec68b6332d820ae1c48c9971117bc9add9a992673
parent6b1c2b3385d15841918bfbcaf0c51e95289305bb
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]