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:
Peter Maydell 2021-09-08 16:44:00 +01:00 committed by Laurent Vivier
parent 2113aed687
commit 3ad0a76928
8 changed files with 65 additions and 40 deletions

View file

@ -2,6 +2,7 @@
#include "qemu/osdep.h"
#include "qemu.h"
#include "loader.h"
#define NGROUPS 32