vmxnet3: remove unnecessary internal msi state flag
[qemu/cris-port.git] / linux-user / aarch64 / target_syscall.h
blobf45801804897ed7be54169a24917eaf5b7879ae9
1 #ifndef TARGET_SYSCALL_H
2 #define TARGET_SYSCALL_H
4 struct target_pt_regs {
5 uint64_t regs[31];
6 uint64_t sp;
7 uint64_t pc;
8 uint64_t pstate;
9 };
11 #define UNAME_MACHINE "aarch64"
12 #define UNAME_MINIMUM_RELEASE "3.8.0"
13 #define TARGET_CLONE_BACKWARDS
14 #define TARGET_MINSIGSTKSZ 2048
15 #define TARGET_MLOCKALL_MCL_CURRENT 1
16 #define TARGET_MLOCKALL_MCL_FUTURE 2
18 #endif /* TARGET_SYSCALL_H */