rockbox/firmware/common
Frank Gevaerts 376d8d577f Add IO priority handling. Currently all IO has equal priority, except the dircache scanning thread which is lower. This fixes the slow boot problem for me, with the added benefit that actual audio playback also starts faster.
Lots of the changes are due to changing storage_(read|write)sectors() from macros to wrapper functions. This means that they have to be called with IF_MD2(drive,) again.

Flyspray: FS#11167
Author: Frank Gevaerts


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25459 a1c6a512-1295-4272-9138-f99709370657
2010-04-03 22:02:09 +00:00
..
atoi.c
crc32-mi4.c
crc32.c
ctype.c
dir_uncached.c
dircache.c
disk.c
errno.c
ffs.c
file.c
filefuncs.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
memset16.c
qsort.c
random.c
sprintf.c
sscanf.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlcat.c
strlcpy.c
strlen.c
strnatcmp.c
strncmp.c
strrchr.c
strstr.c
strtok.c
structec.c
timefuncs.c
unicode.c