Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
score
kernel
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
10
void
*
sys_call_table
[
__NR_syscalls
] = {
11
#include <asm/unistd.h>
12
};
Generated on Thu Jan 10 2013 13:12:39 for Linux Kernel by
1.8.2