mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26598 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8bd527eaa0
commit
a0557b23f0
16 changed files with 15 additions and 17 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "fat.h"
|
||||
#include "thread.h"
|
||||
#include "led.h"
|
||||
#include "hotswap.h"
|
||||
#include "sdmmc.h"
|
||||
#include "system.h"
|
||||
#include "cpu.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include "fat.h"
|
||||
#include "thread.h"
|
||||
#include "led.h"
|
||||
#include "hotswap.h"
|
||||
#include "sdmmc.h"
|
||||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "cpu.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
****************************************************************************/
|
||||
#include "config.h" /* for HAVE_MULTIDRIVE */
|
||||
#include "fat.h"
|
||||
#include "hotswap.h"
|
||||
#include "sdmmc.h"
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#include "sd-pp-target.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "uart-s3c2440.h"
|
||||
#endif
|
||||
#ifdef HAVE_HOTSWAP
|
||||
#include "hotswap.h"
|
||||
#include "sdmmc.h"
|
||||
#include "disk.h"
|
||||
#include "fat.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include "sd.h"
|
||||
#include "system.h"
|
||||
#include <string.h>
|
||||
#include "hotswap.h"
|
||||
#include "sdmmc.h"
|
||||
#include "storage.h"
|
||||
#include "led.h"
|
||||
#include "thread.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue