mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Some files indirectly get "exec/tswap.h" declarations via
"exec/cpu-all.h". Include it directly to be able to remove
the former from the latter, otherwise we get:
hw/xtensa/bootparam.h:40:16: error: call to undeclared function 'tswap16'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
40 | .tag = tswap16(tag),
| ^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241211230357.97036-9-philmd@linaro.org>
|
||
|---|---|---|
| .. | ||
| bootparam.h | ||
| Kconfig | ||
| meson.build | ||
| mx_pic.c | ||
| pic_cpu.c | ||
| sim.c | ||
| virt.c | ||
| xtensa_memory.c | ||
| xtensa_memory.h | ||
| xtensa_sim.h | ||
| xtfpga.c | ||