- Split off strip_volume() to a separate file

- fix some yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-11-26 17:39:30 +00:00
parent 5afb4a97c2
commit eab70ca28c
5 changed files with 6 additions and 31 deletions

View file

@ -37,7 +37,9 @@
#include "usb.h"
static long last_disk_activity = -1;
#ifdef CONFIG_STORAGE_MULTI
static int sd_drive_nr = 0;
#endif
static tCardInfo card;
static long sd_stack[(DEFAULT_STACK_SIZE*2 + 0x1c0)/sizeof(long)];