]> Git Repo - linux.git/blob - arch/score/kernel/sys_call_table.c
kvm/irqchip: Speed up KVM_SET_GSI_ROUTING
[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.038549 seconds and 4 git commands to generate.