mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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 <iii@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220906000839.1672934-2-iii@linux.ibm.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
811ee5cfc5
commit
9f22020b91
22 changed files with 134 additions and 0 deletions
1
linux-user/m68k/target_mman.h
Normal file
1
linux-user/m68k/target_mman.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include "../generic/target_mman.h"
|
Loading…
Add table
Add a link
Reference in a new issue