summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/hotswap.h2
-rw-r--r--firmware/export/sd.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/hotswap.h b/firmware/export/hotswap.h
index 455dee6..6430489 100644
--- a/firmware/export/hotswap.h
+++ b/firmware/export/hotswap.h
@@ -53,7 +53,6 @@ typedef struct
#if (CONFIG_STORAGE & STORAGE_SD)
#include "sd.h"
-#define card_detect card_detect_target
#define card_get_info card_get_info_target
tCardInfo *card_get_info_target(int card_no);
void sd_parse_csd(tCardInfo *card);
@@ -65,7 +64,6 @@ void sd_parse_csd(tCardInfo *card);
#else /* STORAGE_MMC */
#include "ata_mmc.h"
-#define card_detect mmc_detect
#define card_get_info mmc_card_info
tCardInfo *mmc_card_info(int card_no);
#define card_touched mmc_touched
diff --git a/firmware/export/sd.h b/firmware/export/sd.h
index c125465..1c61364 100644
--- a/firmware/export/sd.h
+++ b/firmware/export/sd.h
@@ -51,8 +51,6 @@ bool sd_present(IF_MV_NONVOID(int drive));
void card_enable_monitoring_target(bool on);
#endif
-bool card_detect_target(void);
-
long sd_last_disk_activity(void);
#ifdef CONFIG_STORAGE_MULTI