repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: clps711x: p720t: Define PLD registers as GPIOs
[linux-2.6.git]
/
arch
/
score
/
kernel
/
sys_call_table.c
blob
287369b88c43869a662cacd76a5d45afcc09f062
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
};