master
h 18 lines 358 Bytes
Raw
1 #ifndef SH4_TARGET_SYSCALL_H
2 #define SH4_TARGET_SYSCALL_H
3
4 #define UNAME_MACHINE "sh4"
5 #define UNAME_MINIMUM_RELEASE "2.6.32"
6
7 #define TARGET_MCL_CURRENT 1
8 #define TARGET_MCL_FUTURE 2
9 #define TARGET_MCL_ONFAULT 4
10
11 #define TARGET_FORCE_SHMLBA
12
13 static inline abi_ulong target_shmlba(CPUSH4State *env)
14 {
15 return 0x4000;
16 }
17
18 #endif /* SH4_TARGET_SYSCALL_H */