1 /* SPDX-License-Identifier: GPL-2.0
3 * arch/sh/kernel/syscalls.S
5 * System call table for SuperH
7 * Copyright (C) 1999, 2000, 2002 Niibe Yutaka
8 * Copyright (C) 2003 Paul Mundt
10 #include <linux/sys.h>
11 #include <linux/linkage.h>
13 #define __SYSCALL(nr, entry) .long entry
16 #include <asm/syscall_table.h>