1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */ 2fb4f87a2SPaul Mundt #ifndef __ASM_SH_SYSCALL_H 3fb4f87a2SPaul Mundt #define __ASM_SH_SYSCALL_H 4fb4f87a2SPaul Mundt 5e7b8e675SMike Frysinger extern const unsigned long sys_call_table[]; 6e7b8e675SMike Frysinger 7a1ce3928SDavid Howells #include <asm/syscall_32.h> 8fb4f87a2SPaul Mundt 9fb4f87a2SPaul Mundt #endif /* __ASM_SH_SYSCALL_H */ 10