diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2004-02-06 19:46:06 +0000 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2004-02-06 19:46:06 +0000 |
| commit | 617a1bc9d3ce7d4e0771669cc3a94a3332632d85 (patch) | |
| tree | 26ec2daf4a7647f938ab72865924f41847bf6f12 /include | |
| parent | 25f536d58fd356a129a384c98ebc93d8d3088f9d (diff) | |
[ARM] Add sys_pciconfig_* syscalls.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h index 4affa93ebb48..bba255b0bb93 100644 --- a/include/asm-arm/unistd.h +++ b/include/asm-arm/unistd.h @@ -296,6 +296,9 @@ #define __NR_tgkill (__NR_SYSCALL_BASE+268) #define __NR_utimes (__NR_SYSCALL_BASE+269) #define __NR_fadvise64_64 (__NR_SYSCALL_BASE+270) +#define __NR_pciconfig_iobase (__NR_SYSCALL_BASE+271) +#define __NR_pciconfig_read (__NR_SYSCALL_BASE+272) +#define __NR_pciconfig_write (__NR_SYSCALL_BASE+273) /* * The following SWIs are ARM private. |
