Revision 99a0949b hw/sd.h

b/hw/sd.h
57 57
    sd_bcr,	/* broadcast with response */
58 58
    sd_ac,	/* addressed -- no data transfer */
59 59
    sd_adtc,	/* addressed with data transfer */
60
} sd_cmd_type_t;
60
} e_sd_cmd_type;
61 61

  
62 62
typedef struct {
63 63
    uint8_t cmd;

Also available in: Unified diff