diff options
author | Avi Kivity <avi@redhat.com> | 2011-09-25 18:19:19 +0300 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-10-17 15:59:16 +0200 |
commit | 9c843933fcee1b3ad53efca14caf6cf7e7d3e20d (patch) | |
tree | 2012f8945ea99c28268f19e9d3220c0b72868115 /hw/pxa.h | |
parent | 0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (diff) |
pxa2xx: convert to memory API (part I)
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/pxa.h')
-rw-r--r-- | hw/pxa.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ typedef struct { } PXA2xxState; struct PXA2xxI2SState { + MemoryRegion iomem; qemu_irq irq; qemu_irq rx_dma; qemu_irq tx_dma; |