From 60fe76e3adc76e75ede173e469b642e9e493a741 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 29 Aug 2011 14:14:06 +0300 Subject: omap1: convert to memory API (part IV) Acked-by: Peter Maydell Signed-off-by: Avi Kivity --- hw/omap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index 059b48f3a6..25d10f31f3 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -841,6 +841,7 @@ struct omap_mpu_state_s { MemoryRegion clkdsp_iomem; MemoryRegion pwl_iomem; MemoryRegion pwt_iomem; + MemoryRegion mpui_io_iomem; struct omap_dma_port_if_s { uint32_t (*read[3])(struct omap_mpu_state_s *s, -- cgit v1.2.1