xref: /linux/arch/sh/kernel/syscalls_32.S (revision 2b3c5a99d5f314960e00950c1782eac9361de30f)
1/*
2 * arch/sh/kernel/syscalls.S
3 *
4 * System call table for SuperH
5 *
6 *  Copyright (C) 1999, 2000, 2002  Niibe Yutaka
7 *  Copyright (C) 2003  Paul Mundt
8 *
9 * This file is subject to the terms and conditions of the GNU General Public
10 * License.  See the file "COPYING" in the main directory of this archive
11 * for more details.
12 *
13 */
14#include <linux/sys.h>
15#include <linux/linkage.h>
16
17#define __SYSCALL(nr, entry, nargs) .long entry
18	.data
19ENTRY(sys_call_table)
20#include <asm/syscall_table.h>
21#undef __SYSCALL
22