aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pcmcia.h')
-rw-r--r--hw/pcmcia.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pcmcia.h b/hw/pcmcia.h
index 7171504fc..cf2db9d32 100644
--- a/hw/pcmcia.h
+++ b/hw/pcmcia.h
@@ -1,6 +1,7 @@
/* PCMCIA/Cardbus */
#include "qemu-common.h"
+#include "sysemu.h"
typedef struct {
qemu_irq irq;
@@ -48,4 +49,4 @@ struct PCMCIACardState {
#define CISTPL_ENDMARK 0xff
/* dscm1xxxx.c */
-PCMCIACardState *dscm1xxxx_init(BlockDriverState *bdrv);
+PCMCIACardState *dscm1xxxx_init(DriveInfo *bdrv);