/* SPDX-License-Identifier: GPL-2.0 * * arch/sh/kernel/syscalls.S * * System call table for SuperH * * Copyright (C) 1999, 2000, 2002 Niibe Yutaka * Copyright (C) 2003 Paul Mundt */ #include #include #define __SYSCALL(nr, entry) .long entry .data ENTRY(sys_call_table) #include #undef __SYSCALL