2008-09-12 21:13:13 +08:00
|
|
|
#ifndef __ASM_SH_SYSCALL_H
|
|
|
|
#define __ASM_SH_SYSCALL_H
|
|
|
|
|
2010-01-26 17:40:03 +08:00
|
|
|
extern const unsigned long sys_call_table[];
|
|
|
|
|
2008-09-12 21:13:13 +08:00
|
|
|
#ifdef CONFIG_SUPERH32
|
2012-10-03 01:01:25 +08:00
|
|
|
# include <asm/syscall_32.h>
|
2008-09-12 21:13:13 +08:00
|
|
|
#else
|
2012-10-03 01:01:25 +08:00
|
|
|
# include <asm/syscall_64.h>
|
2008-09-12 21:13:13 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASM_SH_SYSCALL_H */
|