Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / nios2 / kernel / syscall_table.c
blob6176d63023c1dca24c992e341c6cd88689f9e118
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * Copyright Altera Corporation (C) 2013. All rights reserved
4 */
6 #include <linux/syscalls.h>
7 #include <linux/signal.h>
8 #include <linux/unistd.h>
10 #include <asm/syscalls.h>
12 #undef __SYSCALL
13 #define __SYSCALL(nr, call) [nr] = (call),
15 void *sys_call_table[__NR_syscalls] = {
16 #include <asm/unistd.h>