From 9f22020b91ae235be2b27c47d11e842872ec5e85 Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Tue, 6 Sep 2022 02:08:35 +0200 Subject: linux-user: Provide MADV_* definitions Provide MADV_* definitions using target_mman.h header, similar to what kernel does. Most architectures use the same values, with the exception of alpha and hppa. Signed-off-by: Ilya Leoshkevich Reviewed-by: Richard Henderson Message-Id: <20220906000839.1672934-2-iii@linux.ibm.com> Signed-off-by: Laurent Vivier --- linux-user/sh4/target_mman.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux-user/sh4/target_mman.h (limited to 'linux-user/sh4') diff --git a/linux-user/sh4/target_mman.h b/linux-user/sh4/target_mman.h new file mode 100644 index 0000000..e7ba607 --- /dev/null +++ b/linux-user/sh4/target_mman.h @@ -0,0 +1 @@ +#include "../generic/target_mman.h" -- cgit v1.1