mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
linux-user: Split loader-related prototypes into loader.h
Split guest-binary loader prototypes out into a new header loader.h which we include only where required. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210908154405.15417-5-peter.maydell@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
2113aed687
commit
3ad0a76928
8 changed files with 65 additions and 40 deletions
|
|
@ -36,6 +36,7 @@
|
|||
#include "qemu/osdep.h"
|
||||
|
||||
#include "qemu.h"
|
||||
#include "loader.h"
|
||||
#include "flat.h"
|
||||
#include "target_flat.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue