s390x: Fix QEMU abort by selecting S390_FLIC_KVM
[qemu/kevin.git] / linux-user / sparc / target_mman.h
blob9bad99c8525c08f863302d0d7455e9c7b8fd8e5b
1 #ifndef SPARC_TARGET_MMAN_H
2 #define SPARC_TARGET_MMAN_H
4 #define TARGET_MAP_NORESERVE 0x40
5 #define TARGET_MAP_LOCKED 0x100
6 #define TARGET_MAP_GROWSDOWN 0x0200
8 #include "../generic/target_mman.h"
10 #endif