Merge remote-tracking branches 'spi/fix/ep93xx', 'spi/fix/rockchip', 'spi/fix/sunxi...
[deliverable/linux.git] / arch / score / kernel / sys_call_table.c
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 };
This page took 0.032082 seconds and 5 git commands to generate.