]> Git Repo - qemu.git/blobdiff - hw/pxa.h
pxa2xx: convert to memory API (part I)
[qemu.git] / hw / pxa.h
index 120416554988cde6c2a8c2878825a475bbce34b3..3fb070f9ea6c717e216727d9646393357f107648 100644 (file)
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -151,6 +151,7 @@ typedef struct {
 } PXA2xxState;
 
 struct PXA2xxI2SState {
+    MemoryRegion iomem;
     qemu_irq irq;
     qemu_irq rx_dma;
     qemu_irq tx_dma;
This page took 0.025485 seconds and 4 git commands to generate.