uofw/include
Arthur Blot 3b598cc67e Fixed some warnings, and some mistakes by the way
These warnings exist with my version of gcc, but not Travis's
apparently. They include strict aliasing issues and out-of-range array indices.
2014-05-12 20:07:57 +02:00
..
common Added a FB color fill debugging function 2014-05-11 22:48:06 +02:00
audio.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
avcodec_audiocodec.h Fixed some warnings, and some mistakes by the way 2014-05-12 20:07:57 +02:00
clockgen.h General code/documentation improvements. 2013-04-05 16:06:58 +02:00
codec.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
common_asm.h include/common_asm.h: Added and should be included in every .S file. common.S: Updated. Loadcore, Usersystemlib: Applied common.S updates to .S files. 2013-04-08 20:42:08 +02:00
common_header.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
common_imp.h Added first version of Loadcore, hasn't been tested yet. 2012-09-14 17:17:22 +00:00
ctrl.h include/ctrl.h: Slightly modified parts of the controller module documentation. 2014-05-09 23:26:39 +02:00
display.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
dmacman.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
exceptionman.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
ge.h More clean in GE mostly 2013-01-06 00:52:05 +01:00
init.h init: Updated header files. 2013-04-27 15:35:05 +02:00
interruptman.h Finally, everything's compiling 2012-09-14 19:39:02 +00:00
iofilemgr_kernel.h mediaman: Updated external header files used by mediaman. 2014-03-04 19:23:47 +01:00
iofilemgr_stdio.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
led.h General code/documentation improvements. 2013-04-05 16:06:58 +02:00
lfatfs.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
loadcore.h include\loadcore.h: Updated documentation of struct SceModule 2014-04-18 02:36:14 +02:00
loadexec_kernel.h Loadexec: added headers 2013-04-13 21:32:54 +02:00
loadexec_user.h Loadexec: added headers 2013-04-13 21:32:54 +02:00
lowio_ddr.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
lowio_gpio.h Added revised and working LED module, including its documentation. 2013-02-06 17:17:19 +01:00
lowio_i2c.h lowio: update lowio_i2c.h with protoypes used by clockgen 2013-04-01 20:34:11 +02:00
lowio_sysreg.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
mediaman_kernel.h mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected. 2014-05-04 15:52:59 +02:00
mediaman_user.h mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected. 2014-05-04 15:52:59 +02:00
mediaman.h mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected. 2014-05-04 15:52:59 +02:00
memlmd.h General code/documentation improvements. 2013-04-05 16:06:58 +02:00
mesgled.h Finally, everything's compiling 2012-09-14 19:39:02 +00:00
modulemgr_init.h initForKernel library: Added library code files into src/modulemgr and added its documentation in include/modulemgr_init.h 2013-05-04 00:44:17 +02:00
modulemgr_kernel.h init: Updated header files. 2013-04-27 15:35:05 +02:00
modulemgr_options.h init: Updated header files used by init. 2013-04-25 21:57:39 +02:00
modulemgr_user.h init: Updated header files used by init. 2013-04-25 21:57:39 +02:00
modulemgr.h include/loadcore.h -> include/modulemgr.h: Moved module start/stop return values from loadcore.h to modulemgr.h 2014-03-25 13:33:10 +01:00
openpsid_ddrdb.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
pspmoduleexport.h Added fully RE'ed syscon (and some other fixes) 2012-05-27 22:13:07 +00:00
syscon.h Added revised and working LED module, including its documentation. 2013-02-06 17:17:19 +01:00
sysmem_common.h sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
sysmem_kdebug.h sysmem: fixed compilation, yay! (and loadcore) 2013-07-08 00:08:53 +02:00
sysmem_kernel.h sysmem: renamed most unknown variable names 2013-07-08 17:00:44 +02:00
sysmem_suspend_kernel.h init: Updated header files used by init. 2013-04-25 21:57:39 +02:00
sysmem_sysclib.h sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
sysmem_sysevent.h sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
sysmem_user.h sysmem: initial commit, not compiling yet 2013-07-05 17:09:12 +02:00
sysmem_utils_kernel.h sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
systimer.h General code/documentation improvements. 2013-04-05 16:06:58 +02:00
threadman_kernel.h include/threadman_kernel.h: Added event flag attributes and more event wait types. 2014-05-03 23:09:14 +02:00
threadman_user.h threadman: add some decrypted NIDs, regenerate libs 2014-04-25 00:52:15 +01:00
umd_error.h mediaman: This commit corrects the sceUmd_040A7090() function in src/mediaman.c. Previously, it was using wrong error code values (which have also been fixed in this commit) and one error code check was missing. In addition, several spelling mistakes introduced with the previous mediaman commit were corrected. 2014-05-04 15:52:59 +02:00
usersystemlib_kernel.h usersystemlib: avoid conflicting prototypes for sceKernelMemcpy 2014-04-25 23:10:52 +01:00