On 9/8/21 5:44 PM, Peter Maydell wrote: > Split out the mmap prototypes into a new header user-mmap.h > which we only include where required. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > linux-user/qemu.h | 14 -------------- > linux-user/user-mmap.h | 34 ++++++++++++++++++++++++++++++++++ > linux-user/elfload.c | 1 + > linux-user/flatload.c | 1 + > linux-user/i386/cpu_loop.c | 1 + > linux-user/main.c | 1 + > linux-user/mmap.c | 1 + > linux-user/syscall.c | 1 + > 8 files changed, 40 insertions(+), 14 deletions(-) > create mode 100644 linux-user/user-mmap.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>