diff options
Diffstat (limited to 'stand/kboot/include/arch/amd64/syscall_nr.h')
-rw-r--r-- | stand/kboot/include/arch/amd64/syscall_nr.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/stand/kboot/include/arch/amd64/syscall_nr.h b/stand/kboot/include/arch/amd64/syscall_nr.h new file mode 100644 index 000000000000..705b39c62f44 --- /dev/null +++ b/stand/kboot/include/arch/amd64/syscall_nr.h @@ -0,0 +1,26 @@ +/* + * This file is in the public domain. It only recounts facts in the only way + * possible. + */ +#define SYS_close 3 +#define SYS_dup 32 +#define SYS_exit 60 +#define SYS_getdents64 217 +#define SYS_getpid 39 +#define SYS_gettimeofday 96 +#define SYS_ioctl 16 +#define SYS_kexec_load 246 +#define SYS_lseek 8 +#define SYS_mkdirat 258 +#define SYS_mmap 9 +#define SYS_mount 165 +#define SYS_munmap 11 +#define SYS_newfstat 5 +#define SYS_newfstatat 262 +#define SYS_openat 257 +#define SYS_pselect6 270 +#define SYS_read 0 +#define SYS_reboot 169 +#define SYS_symlinkat 266 +#define SYS_uname 63 +#define SYS_write 1 |