2008-09-12 13:13:13 +00:00
|
|
|
#ifndef __ASM_SH_SYSCALL_H
|
|
|
|
#define __ASM_SH_SYSCALL_H
|
|
|
|
|
2010-01-26 09:40:03 +00:00
|
|
|
extern const unsigned long sys_call_table[];
|
|
|
|
|
2008-09-12 13:13:13 +00:00
|
|
|
#ifdef CONFIG_SUPERH32
|
|
|
|
# include "syscall_32.h"
|
|
|
|
#else
|
|
|
|
# include "syscall_64.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* __ASM_SH_SYSCALL_H */
|