summaryrefslogtreecommitdiff
path: root/firmware/sdmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sdmmc.c')
-rw-r--r--firmware/sdmmc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/sdmmc.c b/firmware/sdmmc.c
index f499ffae08..bb3820f930 100644
--- a/firmware/sdmmc.c
+++ b/firmware/sdmmc.c
@@ -18,13 +18,8 @@
18 * KIND, either express or implied. 18 * KIND, either express or implied.
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include <stdbool.h>
22#include "config.h" 21#include "config.h"
23#if (CONFIG_STORAGE & STORAGE_MMC)
24#include "ata_mmc.h"
25#else
26#include "sdmmc.h" 22#include "sdmmc.h"
27#endif
28 23
29/* helper function to extract n (<=32) bits from an arbitrary position. 24/* helper function to extract n (<=32) bits from an arbitrary position.
30 counting from MSB to LSB */ 25 counting from MSB to LSB */