Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
[sfrench/cifs-2.6.git] / arch / sh / kernel / syscalls_32.S
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * arch/sh/kernel/syscalls.S
4  *
5  * System call table for SuperH
6  *
7  *  Copyright (C) 1999, 2000, 2002  Niibe Yutaka
8  *  Copyright (C) 2003  Paul Mundt
9  */
10 #include <linux/sys.h>
11 #include <linux/linkage.h>
12
13 #define __SYSCALL(nr, entry, nargs) .long entry
14         .data
15 ENTRY(sys_call_table)
16 #include <asm/syscall_table.h>
17 #undef __SYSCALL