aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-10-14 17:05:56 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-15 15:16:17 +0100
commit819946d275639ab4890b40fc0af71eca67f8c3b3 (patch)
treee645f9793836f7e1b55e813d00763f23cfd019ca /include
parent513a1c4471ef9d5485ce2f9538b98fdfa4f5a3a4 (diff)
hw/ide: Remove DSCM-1XXXX microdrive device model
The DSCM-1XXXX microdrive device model was used only by the XScale-based Zaurus machine types. Now they have been removed, we can delete this device too. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20241003140010.1653808-4-peter.maydell@linaro.org
Diffstat (limited to 'include')
-rw-r--r--include/hw/pcmcia.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/pcmcia.h b/include/hw/pcmcia.h
index ab26802751..6c08ad616a 100644
--- a/include/hw/pcmcia.h
+++ b/include/hw/pcmcia.h
@@ -60,7 +60,4 @@ struct PCMCIACardClass {
#define CISTPL_END 0xff /* Tuple End */
#define CISTPL_ENDMARK 0xff
-/* dscm1xxxx.c */
-PCMCIACardState *dscm1xxxx_init(DriveInfo *bdrv);
-
#endif