aboutsummaryrefslogtreecommitdiff
path: root/hw/pxa.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-09-25 18:19:19 +0300
committerAvi Kivity <avi@redhat.com>2011-10-17 15:59:16 +0200
commit9c843933fcee1b3ad53efca14caf6cf7e7d3e20d (patch)
tree2012f8945ea99c28268f19e9d3220c0b72868115 /hw/pxa.h
parent0c90c52fab5ea92d7f12b29bfe26a7cd75d9efcb (diff)
downloadqemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.zip
qemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.tar.gz
qemu-9c843933fcee1b3ad53efca14caf6cf7e7d3e20d.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 120416554..3fb070f 100644
--- 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;