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