diff options
author | BALATON Zoltan | 2022-10-28 13:56:24 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-10-31 19:48:23 +0100 |
commit | 55078ea7775f207db5d8bca252151fc85741a8ca (patch) | |
tree | f7a808c1b92e4d812b6663886051f0d225a418e0 /hw/misc | |
parent | hw/ppc/mac.h: Move newworld specific parts out from shared header (diff) | |
download | qemu-55078ea7775f207db5d8bca252151fc85741a8ca.tar.gz qemu-55078ea7775f207db5d8bca252151fc85741a8ca.tar.xz qemu-55078ea7775f207db5d8bca252151fc85741a8ca.zip |
hw/ppc/mac.h: Move macio specific parts out from shared header
Move the parts specific to and only used by macio out from the shared
mac.h into macio.c where they better belong.
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <ac570ce9dcbae169310503689053807b8b4b86bc.1666957578.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/misc')
-rw-r--r-- | hw/misc/macio/macio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/misc/macio/macio.c b/hw/misc/macio/macio.c index c1fad43f6c..f9f0758b03 100644 --- a/hw/misc/macio/macio.c +++ b/hw/misc/macio/macio.c @@ -37,8 +37,9 @@ #include "hw/intc/heathrow_pic.h" #include "trace.h" -/* Note: this code is strongly inspirated from the corresponding code - * in PearPC */ +#define ESCC_CLOCK 3686400 + +/* Note: this code is strongly inspired by the corresponding code in PearPC */ /* * The mac-io has two interfaces to the ESCC. One is called "escc-legacy", |