summaryrefslogtreecommitdiff
path: root/firmware/include (follow)
Commit message (Collapse)AuthorAge
* include "standard" files with <> and not ""Daniel Stenberg2003-02-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3266 a1c6a512-1295-4272-9138-f99709370657
* this fixes the win32 simulator compilationFelix Arends2003-02-14
| | | | | | | | the simulator does not use the firmare\include path, instead it uses standard header files those header files that do not exist in the SDK are placed in the win32 directory (dir.h, sprintf.h) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3264 a1c6a512-1295-4272-9138-f99709370657
* more movesDaniel Stenberg2003-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3221 a1c6a512-1295-4272-9138-f99709370657
* Include File Cleanup And Move-Around Party 2003.Daniel Stenberg2003-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3213 a1c6a512-1295-4272-9138-f99709370657
* Public firmware header files should now be put in firmware/include/ directoryDaniel Stenberg2003-02-05
| | | | | | | | | while firmware-private header files may remain in firmware/ First out: kernel.h is moved git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3209 a1c6a512-1295-4272-9138-f99709370657
* New vastly improved random algorithm: Mersenne TwisterBjörn Stenberg2002-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1377 a1c6a512-1295-4272-9138-f99709370657
* added debug function header file.Felix Arends2002-06-24
| | | | | | | it defines macros that can be used for debugging purposes. IS_FUNCTION checks whether a function pointer is inside the memory (not in ROM). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1159 a1c6a512-1295-4272-9138-f99709370657
* removed lotsa protos and now it seems to build on sim tooDaniel Stenberg2002-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1063 a1c6a512-1295-4272-9138-f99709370657
* fat.c includes time.h so we need thisDaniel Stenberg2002-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1062 a1c6a512-1295-4272-9138-f99709370657
* abs() is abs and should work as abs when you want absDaniel Stenberg2002-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1056 a1c6a512-1295-4272-9138-f99709370657
* remove bad includeDaniel Stenberg2002-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1053 a1c6a512-1295-4272-9138-f99709370657
* fix ctype externDaniel Stenberg2002-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1046 a1c6a512-1295-4272-9138-f99709370657
* fixed to workDaniel Stenberg2002-06-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1039 a1c6a512-1295-4272-9138-f99709370657
* added protos and fixed to make them work as proper newlib replacementDaniel Stenberg2002-06-17
| | | | | | | headers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1034 a1c6a512-1295-4272-9138-f99709370657
* This is my initial attempt to get rid of the newlib headers requirement,Daniel Stenberg2002-06-15
for gcc built without newlib. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1017 a1c6a512-1295-4272-9138-f99709370657