1 #ifndef TARGET_SYSCALL_H
2 #define TARGET_SYSCALL_H
4 struct target_pt_regs
{
5 unsigned long regs
[16];
15 #define UNAME_MACHINE "sh4"
16 #define UNAME_MINIMUM_RELEASE "2.6.32"
18 #define TARGET_MINSIGSTKSZ 2048
19 #define TARGET_MLOCKALL_MCL_CURRENT 1
20 #define TARGET_MLOCKALL_MCL_FUTURE 2
22 #endif /* TARGET_SYSCALL_H */