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
hw/arm/aspeed: Adding new machine Tiogapass in QEMU
[qemu/kevin.git]
/
linux-user
/
alpha
/
target_mman.h
blob
cd6e3d70a604766af946dcb61bc3eb5f24cedca3
1
#ifndef ALPHA_TARGET_MMAN_H
2
#define ALPHA_TARGET_MMAN_H
3
4
#define TARGET_MADV_DONTNEED 6
5
6
#include
"../generic/target_mman.h"
7
8
#endif