]> Git Repo - qemu.git/blobdiff - include/hw/pcmcia.h
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / include / hw / pcmcia.h
index 79cac9c76182bb5e05a575127a925a3f34f2c442..1b4080764f49f34d6afee5ae34eac626f13bd557 100644 (file)
@@ -18,13 +18,13 @@ typedef struct PCMCIASocket {
 #define PCMCIA_CARD_CLASS(cls) \
     OBJECT_CLASS_CHECK(PCMCIACardClass, cls, TYPE_PCMCIA_CARD)
 
-struct PCMCIACardState {
+typedef struct PCMCIACardState {
     /*< private >*/
     DeviceState parent_obj;
     /*< public >*/
 
     PCMCIASocket *slot;
-};
+} PCMCIACardState;
 
 typedef struct PCMCIACardClass {
     /*< private >*/
This page took 0.024203 seconds and 4 git commands to generate.