aboutsummaryrefslogtreecommitdiff
path: root/linux-user/alpha/target_mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/alpha/target_mman.h')
-rw-r--r--linux-user/alpha/target_mman.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-user/alpha/target_mman.h b/linux-user/alpha/target_mman.h
index cd6e3d70a6..051544f5ab 100644
--- a/linux-user/alpha/target_mman.h
+++ b/linux-user/alpha/target_mman.h
@@ -3,6 +3,10 @@
#define TARGET_MADV_DONTNEED 6
+#define TARGET_MS_ASYNC 1
+#define TARGET_MS_SYNC 2
+#define TARGET_MS_INVALIDATE 4
+
#include "../generic/target_mman.h"
#endif