xref: /openbmc/qemu/linux-user/alpha/target_mman.h (revision 4477035ec685be4c20d1213779f7ca00e867c3b8)
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
9