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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/ata_mmc.h b/firmware/export/ata_mmc.h
index afc0dc24af..3e88b0e019 100644
--- a/firmware/export/ata_mmc.h
+++ b/firmware/export/ata_mmc.h
@@ -35,6 +35,8 @@ typedef struct
35 unsigned int r2w_factor; 35 unsigned int r2w_factor;
36} tCardInfo; 36} tCardInfo;
37 37
38void mmc_select_clock(int card_no);
39bool mmc_detect(void);
38unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start, 40unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start,
39 unsigned int size); 41 unsigned int size);
40tCardInfo *mmc_card_info(int card_no); 42tCardInfo *mmc_card_info(int card_no);