diff options
author | BALATON Zoltan | 2022-10-28 13:56:23 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-10-31 19:48:23 +0100 |
commit | cfb47bfaa107c3bf8d084d7a027741825fac4fbc (patch) | |
tree | b44bd07bbe9f622594aef0c550613f0eb60b77d0 /hw/ppc/mac_oldworld.c | |
parent | mac_{old|new}world: Reduce number of QOM casts (diff) | |
download | qemu-cfb47bfaa107c3bf8d084d7a027741825fac4fbc.tar.gz qemu-cfb47bfaa107c3bf8d084d7a027741825fac4fbc.tar.xz qemu-cfb47bfaa107c3bf8d084d7a027741825fac4fbc.zip |
hw/ppc/mac.h: Move newworld specific parts out from shared header
Move the parts specific to and only used by mac99 out from the shared
mac.h into mac_newworld.c where they better belong.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <f3c6862de5b51ef49ae0714cf7ee21828d0502cf.1666957578.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/ppc/mac_oldworld.c')
-rw-r--r-- | hw/ppc/mac_oldworld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c index a497507f1d..f323a49d7a 100644 --- a/hw/ppc/mac_oldworld.c +++ b/hw/ppc/mac_oldworld.c @@ -31,6 +31,7 @@ #include "hw/ppc/ppc.h" #include "hw/qdev-properties.h" #include "mac.h" +#include "hw/boards.h" #include "hw/input/adb.h" #include "sysemu/sysemu.h" #include "net/net.h" |