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:
parent
9b6d895276
commit
3a8e7e644b
2 changed files with 5 additions and 6 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue