signal: consolidate {TS,TLF}_RESTORE_SIGMASK code
[deliverable/linux.git] / arch / sh / include / asm / syscall.h
CommitLineData
fb4f87a2
PM
1#ifndef __ASM_SH_SYSCALL_H
2#define __ASM_SH_SYSCALL_H
3
e7b8e675
MF
4extern const unsigned long sys_call_table[];
5
fb4f87a2 6#ifdef CONFIG_SUPERH32
a1ce3928 7# include <asm/syscall_32.h>
fb4f87a2 8#else
a1ce3928 9# include <asm/syscall_64.h>
fb4f87a2
PM
10#endif
11
12#endif /* __ASM_SH_SYSCALL_H */
This page took 0.470609 seconds and 5 git commands to generate.