1 #ifndef SPARC_TARGET_MMAN_H 2 #define SPARC_TARGET_MMAN_H 3 4 #define TARGET_MAP_NORESERVE 0x40 5 #define TARGET_MAP_LOCKED 0x100 6 #define TARGET_MAP_GROWSDOWN 0x0200 7 8 #include "../generic/target_mman.h" 9 10 #endif 11
1 #ifndef SPARC_TARGET_MMAN_H 2 #define SPARC_TARGET_MMAN_H 3 4 #define TARGET_MAP_NORESERVE 0x40 5 #define TARGET_MAP_LOCKED 0x100 6 #define TARGET_MAP_GROWSDOWN 0x0200 7 8 #include "../generic/target_mman.h" 9 10 #endif 11