| 1 | #ifndef OPENRISC_TARGET_SYSCALL_H |
| 2 | #define OPENRISC_TARGET_SYSCALL_H |
| 3 | |
| 4 | #define UNAME_MACHINE "openrisc" |
| 5 | #define UNAME_MINIMUM_RELEASE "2.6.32" |
| 6 | |
| 7 | #define TARGET_MCL_CURRENT 1 |
| 8 | #define TARGET_MCL_FUTURE 2 |
| 9 | #define TARGET_MCL_ONFAULT 4 |
| 10 | |
| 11 | #define MMAP_SHIFT TARGET_PAGE_BITS |
| 12 | |
| 13 | #endif /* OPENRISC_TARGET_SYSCALL_H */ |