| 1 | #ifndef XTENSA_TARGET_SYSCALL_H |
| 2 | #define XTENSA_TARGET_SYSCALL_H |
| 3 | |
| 4 | #define UNAME_MACHINE "xtensa" |
| 5 | |
| 6 | #define UNAME_MINIMUM_RELEASE "3.19" |
| 7 | #define TARGET_CLONE_BACKWARDS |
| 8 | |
| 9 | #define MMAP_SHIFT TARGET_PAGE_BITS |
| 10 | |
| 11 | #define TARGET_MCL_CURRENT 1 |
| 12 | #define TARGET_MCL_FUTURE 2 |
| 13 | #define TARGET_MCL_ONFAULT 4 |
| 14 | |
| 15 | #endif |