xref: /qemu/linux-user/sparc/target_mman.h (revision 8a64609e)
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