]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/include/asm/unistd.h
ARM: 7524/1: support syscall tracing
[karo-tx-linux.git] / arch / arm / include / asm / unistd.h
index 0cab47d4a83ff97a23c7a9d2975cfb855a687e3e..a566ec20d486bd9ee44c69f705ba5077e4df4254 100644 (file)
 #define __NR_process_vm_readv          (__NR_SYSCALL_BASE+376)
 #define __NR_process_vm_writev         (__NR_SYSCALL_BASE+377)
 
+/*
+ * This may need to be greater than __NR_last_syscall+1 in order to
+ * account for the padding in the syscall table
+ */
+#ifdef __KERNEL__
+#define __NR_syscalls  (380)
+#endif /* __KERNEL__ */
+
 /*
  * The following SWIs are ARM private.
  */