rockbox/firmware/include
Thomas Martitz f8edc32589 FS#10756 - Free unused init code
Introduce a new .init section for initialisation code, so that it can be copied to an area which is later overwritten before calling. The stack/bss can then overwrite that code, effectively freeing the code size that the initialisation routines need. Gives a few kB ram usage back.
Only implemented for PP and as3525 so far. More targets could be added, as well as more functions.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25013 a1c6a512-1295-4272-9138-f99709370657
2010-03-03 23:20:32 +00:00
..
sys
_ansi.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
assert.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
crc32-mi4.h
crc32.h
ctype.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
dbgcheck.h
diacritic.h Diacritic display enhancements 2009-11-28 17:07:57 +00:00
dir.h -Cosmetic change in a comparison 2010-02-16 22:49:11 +00:00
dir_uncached.h
dircache.h FS#10756 - Free unused init code 2010-03-03 23:20:32 +00:00
errno.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
file.h
font_cache.h fix red 2010-02-14 06:37:48 +00:00
inttypes.h
lru.h
malloc.h
math.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
memory.h
rbunicode.h Make the database tool buildable from configure. 2009-10-07 16:54:15 +00:00
sprintf.h Rename vfnprintf to vuprintf (u stands for user for the user callback and data passed to it) to avoid confusion with file and buffer size related functions from the printf-family, and add a comment to its declaration. 2009-11-03 21:20:09 +00:00
sscanf.h
stdio.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
stdlib.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
string.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
strnatcmp.h
time.h Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
timefuncs.h FS#10569 RTC driver cleanup 2009-09-26 14:58:32 +00:00