summaryrefslogtreecommitdiff
path: root/firmware/export/ata_mmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/ata_mmc.h')
-rw-r--r--firmware/export/ata_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/ata_mmc.h b/firmware/export/ata_mmc.h
index 3e88b0e019..957849925b 100644
--- a/firmware/export/ata_mmc.h
+++ b/firmware/export/ata_mmc.h
@@ -33,6 +33,7 @@ typedef struct
33 unsigned int nsac; /* clock cycles */ 33 unsigned int nsac; /* clock cycles */
34 unsigned int tsac; /* n * 0.1 ns */ 34 unsigned int tsac; /* n * 0.1 ns */
35 unsigned int r2w_factor; 35 unsigned int r2w_factor;
36 unsigned int numsectors; /* size in sectors */
36} tCardInfo; 37} tCardInfo;
37 38
38void mmc_select_clock(int card_no); 39void mmc_select_clock(int card_no);