aboutsummaryrefslogtreecommitdiff
path: root/include/hw/arm
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:18 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:25:54 +0100
commit234001fd3084c3496b68d825f2901af310ae1a7a (patch)
treef58e2abfd1ad438b3c3c7362f2bb1b072eeb51e2 /include/hw/arm
parentb54f310129609e58badb98c064a5532efd5fa6b2 (diff)
downloadqemu-234001fd3084c3496b68d825f2901af310ae1a7a.zip
qemu-234001fd3084c3496b68d825f2901af310ae1a7a.tar.gz
qemu-234001fd3084c3496b68d825f2901af310ae1a7a.tar.bz2
hw/pcmcia: Remove pxa2xx pcmcia device
Remove the pxa2xx specific pcmcia device. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-21-peter.maydell@linaro.org
Diffstat (limited to 'include/hw/arm')
-rw-r--r--include/hw/arm/pxa.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/hw/arm/pxa.h b/include/hw/arm/pxa.h
index 944926e..5f98536 100644
--- a/include/hw/arm/pxa.h
+++ b/include/hw/arm/pxa.h
@@ -76,12 +76,4 @@ DeviceState *pxa2xx_gpio_init(hwaddr base,
ARMCPU *cpu, DeviceState *pic, int lines);
void pxa2xx_gpio_read_notifier(DeviceState *dev, qemu_irq handler);
-/* pxa2xx_pcmcia.c */
-#define TYPE_PXA2XX_PCMCIA "pxa2xx-pcmcia"
-OBJECT_DECLARE_SIMPLE_TYPE(PXA2xxPCMCIAState, PXA2XX_PCMCIA)
-
-int pxa2xx_pcmcia_attach(void *opaque, PCMCIACardState *card);
-int pxa2xx_pcmcia_detach(void *opaque);
-void pxa2xx_pcmcia_set_irq_cb(void *opaque, qemu_irq irq, qemu_irq cd_irq);
-
#endif /* PXA_H */