]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/mips/include/asm/syscall.h
MIPS: Provide arch_syscall_addr.
[karo-tx-linux.git] / arch / mips / include / asm / syscall.h
1 /*
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
12 extern const unsigned long sys_call_table[];
13 extern const unsigned long sys32_call_table[];
14 extern const unsigned long sysn32_call_table[];
15
16 #endif  /* __ASM_MIPS_SYSCALL_H */