]> Git Repo - qemu.git/blobdiff - hw/devices.h
ac97: Use PCI DMA stub functions
[qemu.git] / hw / devices.h
index 8ac384ff2031bae786a92bec95a24736642febad..1a55c1e9053208cf6f0d6905aee7e4cb72a7e97c 100644 (file)
@@ -53,7 +53,8 @@ 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(uint32_t base, qemu_irq irq);
+TC6393xbState *tc6393xb_init(struct MemoryRegion *sysmem,
+                             uint32_t base, qemu_irq irq);
 void tc6393xb_gpio_out_set(TC6393xbState *s, int line,
                     qemu_irq handler);
 qemu_irq *tc6393xb_gpio_in_get(TC6393xbState *s);
This page took 0.02603 seconds and 4 git commands to generate.