Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git] / arch / score / kernel / sys_call_table.c
blob287369b88c43869a662cacd76a5d45afcc09f062
1 #include <linux/syscalls.h>
2 #include <linux/signal.h>
3 #include <linux/unistd.h>
5 #include <asm/syscalls.h>
7 #undef __SYSCALL
8 #define __SYSCALL(nr, call) [nr] = (call),
10 void *sys_call_table[__NR_syscalls] = {
11 #include <asm/unistd.h>