summaryrefslogtreecommitdiff
path: root/firmware/sdmmc.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-08-01 10:07:05 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-08-01 10:07:05 +0000
commit3a8e7e644bd0e67193d8b1a8340e06a9383c3d15 (patch)
tree04acfb8d346f9597459af0208bda7d1608677b0e /firmware/sdmmc.c
parent9b6d895276230fe66721bf3622af0ff17aa7a1b2 (diff)
downloadrockbox-3a8e7e644bd0e67193d8b1a8340e06a9383c3d15.tar.gz
rockbox-3a8e7e644bd0e67193d8b1a8340e06a9383c3d15.zip
Various minor cleanups
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27647 a1c6a512-1295-4272-9138-f99709370657
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 */