1 #ifndef HPPA_TARGET_SYSCALL_H
2 #define HPPA_TARGET_SYSCALL_H
4 struct target_pt_regs
{
12 target_ulong orig_r28
;
22 #define UNAME_MACHINE "parisc"
23 #define UNAME_MINIMUM_RELEASE "2.6.32"
24 #define TARGET_CLONE_BACKWARDS
25 #define TARGET_MCL_CURRENT 1
26 #define TARGET_MCL_FUTURE 2
27 #define TARGET_MCL_ONFAULT 4
29 #endif /* HPPA_TARGET_SYSCALL_H */