summaryrefslogtreecommitdiffstats
path: root/hw/pcmcia.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-28 15:47:03 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:27 -0500
commitf455e98cf437c7bb8f2b23888bbd302fef3a3b28 (patch)
tree453978b84f1054ecbfd4c0c18ebc05f8d89474d0 /hw/pcmcia.h
parentddd9bbd93bb2c12ade72dff1790d6d292aac073f (diff)
downloadhqemu-f455e98cf437c7bb8f2b23888bbd302fef3a3b28.zip
hqemu-f455e98cf437c7bb8f2b23888bbd302fef3a3b28.tar.gz
ide: pass down DriveInfo instead of BlockDriverState
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 7171504..cf2db9d 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);
OpenPOWER on IntegriCloud