summary refs log tree commit diff stats
path: root/bsd-user/bsd-mem.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-03-12 10:36:39 -0700
committerRichard Henderson <richard.henderson@linaro.org>2025-04-23 14:08:17 -0700
commit4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f (patch)
tree01b4b565c4b342976e36504bd9e89a977b3dc6a1 /bsd-user/bsd-mem.h
parent87f8eb1d30050d6df6cbd0c61eee6dc836451370 (diff)
downloadfocaccia-qemu-4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f.tar.gz
focaccia-qemu-4d3ad3c3ba1f1e9c217d0581e4913a59ef2ac15f.zip
include/exec: Split out mmap-lock.h
Split out mmap_lock, et al from page-protection.h
to a new header.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/bsd-mem.h')
-rw-r--r--bsd-user/bsd-mem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/bsd-mem.h b/bsd-user/bsd-mem.h
index 90ca0e3377..1be906c591 100644
--- a/bsd-user/bsd-mem.h
+++ b/bsd-user/bsd-mem.h
@@ -56,6 +56,7 @@
 #include <fcntl.h>
 
 #include "qemu-bsd.h"
+#include "exec/mmap-lock.h"
 #include "exec/page-protection.h"
 #include "user/page-protection.h"