target-ppc: move OpenBIOS machines type to ppc.h from hw/ppc_oldworld.c
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 8 Jan 2009 16:01:23 +0000 (16:01 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 8 Jan 2009 16:01:23 +0000 (16:01 +0000)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6231 c046a42c-6fe2-441c-8c8c-71466251a162

hw/ppc.h
hw/ppc_oldworld.c

index 297f55060f7fb25cdf770a2467a2d4542ae04a4a..75eb11a32853412605fa3c01041b4f2616662c0b 100644 (file)
--- a/hw/ppc.h
+++ b/hw/ppc.h
@@ -33,3 +33,11 @@ void PPC_debug_write (void *opaque, uint32_t addr, uint32_t val);
 void ppc40x_irq_init (CPUState *env);
 void ppc6xx_irq_init (CPUState *env);
 void ppc970_irq_init (CPUState *env);
+
+/* PPC machines for OpenBIOS */
+enum {
+    ARCH_PREP = 0,
+    ARCH_MAC99,
+    ARCH_HEATHROW,
+};
+
index 6de3b35341fcf4baf8f3bfac5b6abb77533d78e7..37f764629334b60c784f67d39eee3c0446c85588 100644 (file)
 #define VGA_BIOS_SIZE 65536
 #define CFG_ADDR 0xf0000510
 
-enum {
-    ARCH_PREP = 0,
-    ARCH_MAC99,
-    ARCH_HEATHROW,
-};
-
 /* temporary frame buffer OSI calls for the video.x driver. The right
    solution is to modify the driver to use VGA PCI I/Os */
 /* XXX: to be removed. This is no way related to emulation */
This page took 0.023045 seconds and 4 git commands to generate.