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:17 +0200 |
commit | adfc39eaeff3da25376f7d735ac97ee25f933dcc (patch) | |
tree | b5eba1e05a2e88feab8b366843c02e631d4074f0 /hw/pxa.h | |
parent | 9c843933fcee1b3ad53efca14caf6cf7e7d3e20d (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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |