qdev: ignore GlobalProperty.errp for hotplugged devices
[qemu.git] / linux-user / sh4 / target_syscall.h
blob78d55571246b65ccf4ffc31336a43a860037e69a
1 #ifndef SH4_TARGET_SYSCALL_H
2 #define SH4_TARGET_SYSCALL_H
4 struct target_pt_regs {
5 unsigned long regs[16];
6 unsigned long pc;
7 unsigned long pr;
8 unsigned long sr;
9 unsigned long gbr;
10 unsigned long mach;
11 unsigned long macl;
12 long tra;
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 /* SH4_TARGET_SYSCALL_H */