1
0
Fork 0
forked from len0rd/rockbox

Various minor cleanups

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27647 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-08-01 10:07:05 +00:00
parent 9b6d895276
commit 3a8e7e644b
2 changed files with 5 additions and 6 deletions

View file

@ -18,13 +18,8 @@
* KIND, either express or implied.
*
****************************************************************************/
#include <stdbool.h>
#include "config.h"
#if (CONFIG_STORAGE & STORAGE_MMC)
#include "ata_mmc.h"
#else
#include "sdmmc.h"
#endif
/* helper function to extract n (<=32) bits from an arbitrary position.
counting from MSB to LSB */