On 10/13/23 05:56, Philippe Mathieu-Daudé wrote:
The powerpc_input_t definition is only used by target/ppc/, no need to expose it. Restrict it by moving it to "target/ppc/cpu.h".Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/ppc/cpu-qom.h | 21 --------------------- target/ppc/cpu.h | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
