]> Git Repo - qemu.git/blobdiff - hw/sd.h
Merge remote branch 'kwolf/for-anthony' into staging
[qemu.git] / hw / sd.h
diff --git a/hw/sd.h b/hw/sd.h
index a84a12be3b69edcd22fca6dc0caeb103e11ff3d7..ac4b7c4dfa2b0fd20a316634dc6f84e90334236e 100644 (file)
--- a/hw/sd.h
+++ b/hw/sd.h
@@ -57,7 +57,7 @@ typedef enum {
     sd_bcr,    /* broadcast with response */
     sd_ac,     /* addressed -- no data transfer */
     sd_adtc,   /* addressed with data transfer */
-} e_sd_cmd_type;
+} sd_cmd_type_t;
 
 typedef struct {
     uint8_t cmd;
This page took 0.022673 seconds and 4 git commands to generate.