summaryrefslogtreecommitdiff
path: root/hw/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sd.h')
-rw-r--r--hw/sd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd.h b/hw/sd.h
index a84a12be3b..ac4b7c4dfa 100644
--- 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;