pxa2xx: convert to memory API (part I)

Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Avi Kivity 2011-09-25 18:19:19 +03:00
parent 0c90c52fab
commit 9c843933fc
2 changed files with 49 additions and 68 deletions

View file

@ -151,6 +151,7 @@ typedef struct {
} PXA2xxState;
struct PXA2xxI2SState {
MemoryRegion iomem;
qemu_irq irq;
qemu_irq rx_dma;
qemu_irq tx_dma;