blob: ab5effdc935d3ffc2adead84543a7f5f3812ce80 [file] [log] [blame]
Ralf Baechle19e2e172012-07-13 23:38:17 +02001/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 2012 Ralf Baechle <ralf@linux-mips.org>
7 */
8
9#ifndef __ASM_MIPS_SYSCALL_H
10#define __ASM_MIPS_SYSCALL_H
11
12extern const unsigned long sys_call_table[];
13extern const unsigned long sys32_call_table[];
14extern const unsigned long sysn32_call_table[];
15
16#endif /* __ASM_MIPS_SYSCALL_H */