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:17 +0200
commitadfc39eaeff3da25376f7d735ac97ee25f933dcc (patch)
treeb5eba1e05a2e88feab8b366843c02e631d4074f0 /hw/pxa.h
parent9c843933fcee1b3ad53efca14caf6cf7e7d3e20d (diff)
pxa2xx: convert to memory API (part II)
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'hw/pxa.h')
-rw-r--r--hw/pxa.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/pxa.h b/hw/pxa.h
index 3fb070f9ea..7e9838408b 100644
--- a/hw/pxa.h
+++ b/hw/pxa.h
@@ -122,6 +122,11 @@ typedef struct {
CPUState *env;
DeviceState *pic;
qemu_irq reset;
+ MemoryRegion sdram;
+ MemoryRegion internal;
+ MemoryRegion cm_iomem;
+ MemoryRegion mm_iomem;
+ MemoryRegion pm_iomem;
DeviceState *dma;
DeviceState *gpio;
PXA2xxLCDState *lcd;