15933f6d2SKuninori Morimoto/* SPDX-License-Identifier: GPL-2.0 25933f6d2SKuninori Morimoto * 31b6cf817SPaul Mundt * arch/sh/kernel/syscalls.S 41b6cf817SPaul Mundt * 51b6cf817SPaul Mundt * System call table for SuperH 61b6cf817SPaul Mundt * 71b6cf817SPaul Mundt * Copyright (C) 1999, 2000, 2002 Niibe Yutaka 81b6cf817SPaul Mundt * Copyright (C) 2003 Paul Mundt 91b6cf817SPaul Mundt */ 101b6cf817SPaul Mundt#include <linux/sys.h> 111b6cf817SPaul Mundt#include <linux/linkage.h> 121b6cf817SPaul Mundt 13*68553692SFiroz Khan#define __SYSCALL(nr, entry) .long entry 141b6cf817SPaul Mundt .data 151b6cf817SPaul MundtENTRY(sys_call_table) 162b3c5a99SFiroz Khan#include <asm/syscall_table.h> 172b3c5a99SFiroz Khan#undef __SYSCALL 18