summary refs log tree commit diff stats
path: root/qemu-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h
index c90c3e3fd1..b2e28297a8 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -177,7 +177,10 @@ typedef struct PCIBus PCIBus;
 typedef struct PCIDevice PCIDevice;
 typedef struct SerialState SerialState;
 typedef struct IRQState *qemu_irq;
-struct pcmcia_card_s;
+typedef struct PCMCIACardState PCMCIACardState;
+typedef struct MouseTransformInfo MouseTransformInfo;
+typedef struct uWireSlave uWireSlave;
+typedef struct I2SCodec I2SCodec;
 
 /* CPU save/load.  */
 void cpu_save(QEMUFile *f, void *opaque);