OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // Generated from the Linux kernel's calls.S. | 5 // Generated from the Linux kernel's calls.S. |
6 #ifndef SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_ | 6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_ |
7 #define SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_ |
8 | 8 |
9 #if !defined(__mips__) || (_MIPS_SIM != _ABI64) | 9 #if !defined(__mips__) || (_MIPS_SIM != _ABI64) |
10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
11 #endif | 11 #endif |
12 | 12 |
13 // __NR_Linux, is defined in <asm/unistd.h>. | 13 // __NR_Linux, is defined in <asm/unistd.h>. |
14 #include <asm/unistd.h> | 14 #include <asm/unistd.h> |
15 | 15 |
16 #if !defined(__NR_read) | 16 #if !defined(__NR_read) |
17 #define __NR_read (__NR_Linux + 0) | 17 #define __NR_read (__NR_Linux + 0) |
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1256 #endif | 1256 #endif |
1257 | 1257 |
1258 #if !defined(__NR_renameat2) | 1258 #if !defined(__NR_renameat2) |
1259 #define __NR_renameat2 (__NR_Linux + 311) | 1259 #define __NR_renameat2 (__NR_Linux + 311) |
1260 #endif | 1260 #endif |
1261 | 1261 |
1262 #if !defined(__NR_seccomp) | 1262 #if !defined(__NR_seccomp) |
1263 #define __NR_seccomp (__NR_Linux + 312) | 1263 #define __NR_seccomp (__NR_Linux + 312) |
1264 #endif | 1264 #endif |
1265 | 1265 |
1266 #endif // SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_ | 1266 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_ |
OLD | NEW |