Commit bbbdeb47 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: dual license io_uring.h uapi header



This just syncs the header it with the liburing version, so there's no
confusion on the license of the header parts.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 32b2244a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
/*
 * Header file for the io_uring interface.
 *