blob: b217b531be165db542eea21f562e5467ec826a5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* This is based on the include/uapi/asm-generic/unistd.h header file
* in the kernel, which is a generic syscall schema for new architectures.
*/
#define __NR_io_setup 0
#define __NR_io_destroy 1
#define __NR_io_submit 2
#define __NR_io_cancel 3
#define __NR_io_getevents 4
|