Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
16 lines
298 B
C
16 lines
298 B
C
#ifndef XTENSA_TARGET_SYSCALL_H
|
|
#define XTENSA_TARGET_SYSCALL_H
|
|
|
|
#define UNAME_MACHINE "xtensa"
|
|
|
|
#define UNAME_MINIMUM_RELEASE "3.19"
|
|
#define TARGET_CLONE_BACKWARDS
|
|
|
|
#define MMAP_SHIFT TARGET_PAGE_BITS
|
|
|
|
#define TARGET_MCL_CURRENT 1
|
|
#define TARGET_MCL_FUTURE 2
|
|
#define TARGET_MCL_ONFAULT 4
|
|
|
|
#endif
|