GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / 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>