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