Ralf Baechle | 19e2e17 | 2012-07-13 23:38:17 +0200 | [diff] [blame^] | 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 */ |