2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * This code is licensed under the GNU GPLv2 and later.
25 #define TYPE_BCM2835_DMA "bcm2835-dma"
26 #define BCM2835_DMA(obj) \
27 OBJECT_CHECK(BCM2835DMAState, (obj), TYPE_BCM2835_DMA)
29 #define BCM2835_DMA_NCHANS 16
36 MemoryRegion iomem0
, iomem15
;
40 BCM2835DMAChan chan
[BCM2835_DMA_NCHANS
];