rockbox/firmware
Alan Korr 0256fdf30b cosmetic changes and additions :
* now we have seperate private headers files
  containing private and static or public functions
  in memory-* files.
* there is only one .c file of the same name the library.

Zagor: because now there is only one .c file, you could only have a .o file and use it instead of the .a libfile.

* most structures and codes are now private.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@113 a1c6a512-1295-4272-9138-f99709370657
2002-04-17 12:20:41 +00:00
..
test cosmetic changes and additions : 2002-04-17 12:20:41 +00:00
app.lds First version 2002-03-28 15:09:10 +00:00
button.c ident properly 2002-04-16 13:40:42 +00:00
button.h Gary's code for reading the Recorder's keyboard. This can't yet be used in 2002-04-16 13:37:50 +00:00
chartables.c include config.h properly 2002-04-16 14:02:26 +00:00
CONFIG two different keypads 2002-04-16 13:32:21 +00:00
config-player.h added keypad defines 2002-04-16 13:34:35 +00:00
config-playerold.h added keypad defines 2002-04-16 13:34:35 +00:00
config-recorder.h added keypad defines 2002-04-16 13:34:35 +00:00
config.h new system to set which box and which features the box has 2002-04-11 11:22:48 +00:00
CONTRIBUTING First version 2002-04-11 14:32:29 +00:00
fat.c First version 2002-03-28 15:09:10 +00:00
fat.h First version 2002-03-28 15:09:10 +00:00
key.h First version 2002-03-28 15:09:10 +00:00
lcd.c include config.h properly 2002-04-16 14:02:26 +00:00
lcd.h moved a #endif to stop compiler warnings for uisim on Linux 2002-04-11 12:45:06 +00:00
led.c include config.h properly 2002-04-16 14:02:26 +00:00
led.h First version 2002-03-28 15:09:10 +00:00
Makefile simple "target selection" template added 2002-04-16 14:04:34 +00:00
rockbox-mode.el fixed comments 2002-04-12 13:58:55 +00:00
serial.c include config.h properly 2002-04-16 14:02:26 +00:00
serial.h First version 2002-03-28 15:09:10 +00:00
sh7034.h First version 2002-03-28 15:09:10 +00:00
start.s First version 2002-03-28 15:09:10 +00:00
system.c include config.h properly 2002-04-16 14:02:26 +00:00
system.h Added TRUE/FALSE, made it work with SIMULATOR 2002-04-11 12:38:38 +00:00
types.h firmware typedefs. only bool so far 2002-04-11 12:37:06 +00:00