xref: /openbmc/linux/arch/sh/include/asm/syscall.h (revision a1ce3928)
1fb4f87a2SPaul Mundt #ifndef __ASM_SH_SYSCALL_H
2fb4f87a2SPaul Mundt #define __ASM_SH_SYSCALL_H
3fb4f87a2SPaul Mundt 
4e7b8e675SMike Frysinger extern const unsigned long sys_call_table[];
5e7b8e675SMike Frysinger 
6fb4f87a2SPaul Mundt #ifdef CONFIG_SUPERH32
7a1ce3928SDavid Howells # include <asm/syscall_32.h>
8fb4f87a2SPaul Mundt #else
9a1ce3928SDavid Howells # include <asm/syscall_64.h>
10fb4f87a2SPaul Mundt #endif
11fb4f87a2SPaul Mundt 
12fb4f87a2SPaul Mundt #endif /* __ASM_SH_SYSCALL_H */
13