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