mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
omap2: convert to memory API (part II)
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
9bac7d6c15
commit
011a98a15b
2 changed files with 49 additions and 40 deletions
|
@ -833,6 +833,8 @@ struct omap_mpu_state_s {
|
|||
MemoryRegion tap_iomem;
|
||||
MemoryRegion imif_ram;
|
||||
MemoryRegion emiff_ram;
|
||||
MemoryRegion sdram;
|
||||
MemoryRegion sram;
|
||||
|
||||
struct omap_dma_port_if_s {
|
||||
uint32_t (*read[3])(struct omap_mpu_state_s *s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue