diff options
author | Avi Kivity | 2011-09-25 17:19:19 +0200 |
---|---|---|
committer | Avi Kivity | 2011-10-17 15:59:16 +0200 |
commit | 9c843933fcee1b3ad53efca14caf6cf7e7d3e20d (patch) | |
tree | 2012f8945ea99c28268f19e9d3220c0b72868115 /hw/pxa.h | |
parent | ppc_prep: convert to memory API (diff) | |
download | qemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.tar.gz qemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.tar.xz qemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.zip |
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; |