mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (2/4)
Move declarations related to page protection under user emulation from "exec/cpu-all.h" to "user/page-protection.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241212185341.2857-13-philmd@linaro.org>
This commit is contained in:
parent
970ae60e9b
commit
62ef949bbc
4 changed files with 61 additions and 56 deletions
|
@ -57,6 +57,7 @@
|
|||
|
||||
#include "qemu-bsd.h"
|
||||
#include "exec/page-protection.h"
|
||||
#include "user/page-protection.h"
|
||||
|
||||
extern struct bsd_shm_regions bsd_shm_regions[];
|
||||
extern abi_ulong target_brk;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue