mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
hw/dma: Remove pxa2xx_dma
Remove the pxa2xx-specific pxa2xx_dma device. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-20-peter.maydell@linaro.org
This commit is contained in:
parent
5a96d59ab1
commit
b54f310129
3 changed files with 0 additions and 596 deletions
|
@ -76,10 +76,6 @@ DeviceState *pxa2xx_gpio_init(hwaddr base,
|
|||
ARMCPU *cpu, DeviceState *pic, int lines);
|
||||
void pxa2xx_gpio_read_notifier(DeviceState *dev, qemu_irq handler);
|
||||
|
||||
/* pxa2xx_dma.c */
|
||||
DeviceState *pxa255_dma_init(hwaddr base, qemu_irq irq);
|
||||
DeviceState *pxa27x_dma_init(hwaddr base, qemu_irq irq);
|
||||
|
||||
/* pxa2xx_pcmcia.c */
|
||||
#define TYPE_PXA2XX_PCMCIA "pxa2xx-pcmcia"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(PXA2xxPCMCIAState, PXA2XX_PCMCIA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue