SLOF/include
Thomas Huth 33bb95bab2 Silenced some compiler warnings that occur when compiling with prototype checks
The compiler flags -Wmissing-prototypes and -Wstrict-prototypes generally help
to write code with proper prototypes. This way one can avoid some ugly bugs
because it helps to identify functions that do not have prototypes in headers.
It also helps to improve performance since local functions then have to be
declared "static", so the compiler can do better optimizations.

Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
2011-12-20 17:56:34 +01:00
..
ppc970 Silenced some compiler warnings that occur when compiling with prototype checks 2011-12-20 17:56:34 +01:00
ppcp7 Silenced some compiler warnings that occur when compiling with prototype checks 2011-12-20 17:56:34 +01:00
byteorder.h Move functions for byte-swapping into common header file. 2011-10-12 08:43:12 +02:00
calculatecrc.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
libelf.h Got rid of the ELF loader functions written in Forth, using libelf instead. 2011-10-12 08:44:23 +02:00
macros.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
memmap.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
pcd.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
romfs.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
rtas.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
rtas_table.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
termctrl.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00
xvect.h Initial import of slof-JX-1.7.0-4 2010-12-01 09:51:44 +11:00