aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-declextract/testdata/include/uapi/io_uring.h
blob: cdc5a372a0211bfc14b94647963817c05f0a5377 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2024 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

enum io_uring_op {
	IORING_OP_NOP,
	IORING_OP_READV,
	IORING_OP_WRITEV,
	IORING_OP_NOT_SUPPORTED,
};