Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sys_call_table.c
Go to the documentation of this file.
1 #include <linux/syscalls.h>
2 #include <linux/signal.h>
3 #include <linux/unistd.h>
4 
5 #include <asm/syscalls.h>
6 
7 #undef __SYSCALL
8 #define __SYSCALL(nr, call) [nr] = (call),
9 
11 #include <asm/unistd.h>
12 };