repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s390x: Fix QEMU abort by selecting S390_FLIC_KVM
[qemu/kevin.git]
/
linux-user
/
sparc
/
target_mman.h
blob
9bad99c8525c08f863302d0d7455e9c7b8fd8e5b
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