]> Git Repo - qemu.git/blobdiff - include/hw/devices.h
spapr/rtas: modify spapr_rtas_register() to remove RTAS handlers
[qemu.git] / include / hw / devices.h
index 0e27feb0c2684aadeffeb17adbc83bb802e92894..1ed5be32967edcd9b2fbefb70bc1904c591c75c5 100644 (file)
@@ -4,6 +4,7 @@
 /* Devices that have nowhere better to go.  */
 
 #include "hw/hw.h"
+#include "ui/console.h"
 
 /* smc91c111.c */
 void smc91c111_init(NICInfo *, uint32_t, qemu_irq);
@@ -51,7 +52,6 @@ void retu_key_event(void *retu, int state);
 
 /* tc6393xb.c */
 typedef struct TC6393xbState TC6393xbState;
-#define TC6393XB_RAM   0x110000 /* amount of ram for Video and USB */
 TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
                              uint32_t base, qemu_irq irq);
 void tc6393xb_gpio_out_set(TC6393xbState *s, int line,
This page took 0.021047 seconds and 4 git commands to generate.