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, 1 insertions, 1 deletions
diff --git a/firmware/export/ata_mmc.h b/firmware/export/ata_mmc.h
index 9da93906ad..a4e9f71f09 100644
--- a/firmware/export/ata_mmc.h
+++ b/firmware/export/ata_mmc.h
@@ -39,7 +39,7 @@ typedef struct
39 unsigned int block_exp; /* block size exponent */ 39 unsigned int block_exp; /* block size exponent */
40} tCardInfo; 40} tCardInfo;
41 41
42void mmc_select_clock(int card_no); 42void mmc_enable_int_flash_clock(bool on);
43bool mmc_detect(void); 43bool mmc_detect(void);
44unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start, 44unsigned long mmc_extract_bits(const unsigned long *p, unsigned int start,
45 unsigned int size); 45 unsigned int size);