uofw/include
Kotcrab ef94ca1aa5
Added isofs module (#129)
* isofs: add module

* isofs: clean up test
2024-08-28 22:37:48 +02:00
..
common Fix audio RE errors (#128) 2024-07-12 22:48:05 +02:00
crypto include/errors.h: Began to separate specific error codes from commonly used error codes. 2016-08-05 00:51:56 +02:00
graphics error code structure: Separated facility specific error codes from error codes commonly used throughout the kernel. include/errors.h now contains only commonly used errors. Facility specific error codes have their own header files. 2016-08-08 00:17:23 +02:00
net include/net/lib_ssl.h: Fixed typo. 2016-08-08 00:26:24 +02:00
sound include/sound/lib_ssl.h: Fixed misspelled include guard . 2016-08-08 00:24:38 +02:00
utility include/sound/lib_ssl.h: Fixed misspelled include guard . 2016-08-08 00:24:38 +02:00
video error code structure: Separated facility specific error codes from error codes commonly used throughout the kernel. include/errors.h now contains only commonly used errors. Facility specific error codes have their own header files. 2016-08-08 00:17:23 +02:00
audio.h include/errors.h: Began to separate specific error codes from commonly used error codes. 2016-08-05 00:51:56 +02:00
avcodec_audiocodec.h Merge remote-tracking branch 'origin/master' into libaac 2022-05-21 18:07:00 +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 Add RE'ed preipl 2023-01-28 17:05:17 +01:00
common_header.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
common_imp.h ge: more cleaning 2021-10-16 19:58:07 +02:00
ctrl.h Merge pull request #110 from uofw/syscon-controller-firmware-ta-096 2022-05-21 18:17:42 +02:00
display.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
dmacman.h Fix audio RE errors (#128) 2024-07-12 22:48:05 +02:00
dnas_error.h Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
exceptionman.h Separated internal and external common headers 2012-08-23 13:37:32 +00:00
ge_kernel.h ge: more documentation & fix some fields' explanation 2021-10-16 19:58:07 +02:00
ge_user.h ge: more progress on documentation 2021-10-16 19:58:07 +02:00
idstorage.h idstorage: add prototypes in idstorage_int.h and idstorage.h 2014-04-30 21:19:44 +02: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 Fixed SceIoIob structure - thanks @Kotcrab for noticing the mistake 2024-07-01 22:16:49 +02: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
libaac.h libaac: well defined SceAacInitArg 2013-03-29 20:09:44 +01:00
loadcore.h Fix various warnings caught by GCC 9 in newer psp-toolchain (#76) 2021-01-19 11:10:24 +01: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_nand.h lowio: correct duplicate member in SceNandSpare_t 2014-04-30 21:20:28 +02:00
lowio_sysreg.h idstorage: create missing prototypes 2014-04-30 21:34:44 +02:00
mediaman_kernel.h Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
mediaman_user.h Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
mediaman.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
memlmd.h mesg_led: (almost) compiles 2021-01-07 20:25:32 +01:00
mesgled.h Add sceUtilsGetModuleExpireTick (sceMesgLed_driver_9E3C79D9) 2022-06-01 17:45:49 +02:00
modulemgr_init.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
modulemgr_kernel.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
modulemgr_moduleInfo.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
modulemgr_nids.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
modulemgr_options.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
modulemgr_user.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
ms_cm_error.h error code structure: Separated facility specific error codes from error codes commonly used throughout the kernel. include/errors.h now contains only commonly used errors. Facility specific error codes have their own header files. 2016-08-08 00:17:23 +02:00
openpsid_ddrdb.h Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
power_error.h include/errors.h: Began to separate specific error codes from commonly used error codes. 2016-08-05 00:51:56 +02:00
pspmoduleexport.h Fix various warnings caught by GCC 9 in newer psp-toolchain (#76) 2021-01-19 11:10:24 +01:00
rtc.h Added isofs module (#129) 2024-08-28 22:37:48 +02:00
syscon.h Add get_batt_volt_ad(). 2021-02-23 09:44:17 +01:00
sysmem_common.h sysmem: Make it closer to compiling 2013-07-07 01:05:31 +02:00
sysmem_kdebug.h ge: clean the deci2p stuff 2021-10-16 19:58:07 +02:00
sysmem_kernel.h Use GameInfo definition from official SDK 2024-06-08 21:40:07 +02:00
sysmem_suspend_kernel.h Fix compilation for the latest toolchain 2022-04-18 21:15:13 +02:00
sysmem_sysclib.h Fix various warnings caught by GCC 9 in newer psp-toolchain (#76) 2021-01-19 11:10:24 +01:00
sysmem_sysevent.h ge: more progress on documentation 2021-10-16 19:58:07 +02:00
sysmem_user.h Add Module Manager (#69) 2021-01-02 16:30:44 +01:00
sysmem_utils_kernel.h Merge remote-tracking branch 'origin/master' into idstorage 2022-05-21 18:44:52 +02:00
systimer.h systimer: use structure definitions from official SDK 2024-06-08 22:03:10 +02:00
threadman_kernel.h Added isofs module (#129) 2024-08-28 22:37:48 +02:00
threadman_user.h threadman: add some decrypted NIDs, regenerate libs 2014-04-25 00:52:15 +01:00
umd_error.h Fixed doxygen docuemntation for umd_error.h and dnas_error.h. 2016-08-03 13:40:37 +02:00
umdman.h Added isofs module (#129) 2024-08-28 22:37:48 +02:00
usbbus.h usbacc: Move usb driver structs and funcs to usbbus.h and clean-up some usbacc functions 2021-08-22 15:17:34 -04:00
usersystemlib_kernel.h usersystemlib: avoid conflicting prototypes for sceKernelMemcpy 2014-04-25 23:10:52 +01:00