]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - arch/mips/include/asm/syscall.h
MIPS: Switch ELF core dumper to use regsets.
[thirdparty/kernel/stable.git] / arch / mips / include / asm / syscall.h
CommitLineData
19e2e172
RB
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
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 */