mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
pxa2xx: convert to memory API (part I)
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
0c90c52fab
commit
9c843933fc
2 changed files with 49 additions and 68 deletions
1
hw/pxa.h
1
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue