]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/sd.h
Get rid of _t suffix
[mirror_qemu.git] / hw / sd.h
diff --git a/hw/sd.h b/hw/sd.h
index ac4b7c4dfa2b0fd20a316634dc6f84e90334236e..a84a12be3b69edcd22fca6dc0caeb103e11ff3d7 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 */
-} sd_cmd_type_t;
+} e_sd_cmd_type;
 
 typedef struct {
     uint8_t cmd;