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