summaryrefslogtreecommitdiff
path: root/include/kernel (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-26More SceThreadmgrForDriver, SceDisplayForDriver NIDs, update psp2kern/display.hSergi Granell2-1/+82
2017-10-26Update SceUdcdDriverSergi Granell1-3/+3
2017-10-25Update UDCDSergi Granell1-2/+2
2017-10-25Add more NIDs, update udcd.hSergi Granell1-8/+18
2017-10-24Const correctness in psp2kern/kernel/cpu.hSergi Granell1-8/+8
2017-10-14Missing commas.Rinnegatamante1-12/+12
2017-10-13psp2kern/udcd.h: fix a broken headerxyzz1-10/+10
2017-10-08Hexa -> uppercasedevnoname1202-243/+243
2017-10-06Using upper case chars.Rinnegatamante1-4/+4
2017-10-06Fix identation.Rinnegatamante1-1/+1
2017-10-06Using Doxygen comment.Rinnegatamante1-1/+1
2017-10-05Named SceSCtrlExternalInputMode.Rinnegatamante1-2/+2
2017-10-05Named anonymous enums in psp2kernRinnegatamante12-1126/+904
Named anonymous enums in psp2kern
2017-10-01Add ksceDisplayWaitVblankStartMultiRobin B1-0/+7
2017-09-19Add ksceDisplayWaitVblankStartRobin B1-0/+5
2017-08-11Added headers for SceSblAIMgrForDriverYifan Lu1-0/+25
2017-08-06Add more display and I2C NIDsSergi Granell1-0/+1
2017-07-25Minor stylistic changes.Rinnegatamante1-27/+28
2017-07-24Re-added SCE_CTRL_INTERCEPTED.Rinnegatamante1-0/+1
2017-07-21Renamed INTERCEPTED to PSBUTTON, added a note for shell privileges request.Rinnegatamante1-1/+1
2017-07-21Added SceCompatTheOfficialFloW1-1/+9
2017-07-17Add more SceDisplayForDriver NIDsSergi Granell1-4/+4
2017-07-17Add some SceProcessmgrForDriver NIDsSergi Granell1-0/+16
2017-07-11Add more SceDebugForKernel NIDsSergi Granell1-0/+8
2017-07-11Update I2CSergi Granell1-11/+13
2017-06-30The sceKernelGetMutexInfo second arg should be a pointer to SceKernelMutexInfocodestation1-1/+1
2017-06-25fix SCE_EVENT_WAITMULTIPLE (#205)David1-1/+1
2017-06-25add sceKernel(Start|Stop)Module / ksceKernelGetMemBlockBase definitions (#202)David1-0/+10
* - add sceKernelStartModule / sceKernelStopModule definitions - add a few sceAppMgr definitions * add ksceKernelGetMemBlockBase definition
2017-06-25Refactor sceIo headers. (#204)Rinnegatamante1-4/+4
* Refactor sceIo headers. * Typo fix. * Sorted enums. * Added SCE_O_PWLOCK. * Typo fix.
2017-06-23Sort enum values of ctrl.hSunguk Lee1-21/+21
2017-06-22ksceDebugPrintf2 (unknow name) and definitioncpasjuste1-0/+2
2017-06-22change SceDebugForDriver printf naming and add definitioncpasjuste1-0/+2
2017-06-22Added two more enums buttons in kernel! (#195)David Nuñez1-1/+3
* Added two more enums buttons! * Fix label of headphone. * Rename by recommendation of devnoname120.
2017-06-21Manually revert #179 changesSunguk Lee1-4/+4
- revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces
2017-06-15Added new NIDsTheOfficialFloW1-0/+3
2017-06-15Add UART, syscon, I2C nids. Add I2C header.Sergi Granell1-0/+39
2017-06-14Add SceRegMgrForDriver functionsJoel161-0/+84
2017-06-14Removed next entryTheOfficialFloW1-2/+1
2017-06-12Add ksceCtrlRegisterVirtualControllerDriver related thingsSunguk Lee1-0/+28
- add nid - declare function prototype and param structure
2017-06-02Fix ksceNetSend() and ksceNetRecv() (#177)devnoname1201-2/+4
* Fix ksceNetSend() and ksceNetRecv() These functions don't exist in Kernel. A #define have been added to make them work. * Remove non-existing ksceNet functions
2017-05-14Added dmac functions (#173)TheOfficialFloW1-0/+34
Added dmac functions
2017-05-13Added new function: ksceKernelStartModuleForPidYifan Lu1-0/+1
2017-05-13Added sysmem uid object reference counting functionsYifan Lu1-0/+38
Removed duplicate NID ksceSysrootUseExternalStorage == ksceSysrootIsManufacturingMode Added headder for ksceSysrootIsManufacturingMode
2017-05-04Update usbd.hYifan Lu1-1/+1
Argument 1 was wrong
2017-04-26Added missing typedef breaking vitasdkkern.hRinnegatamante1-1/+1
Added missing typedef breaking vitasdkkern.h
2017-04-11Added missing kernel IO headers. (#160)Rinnegatamante1-0/+33
* Added missing kernel IO headers. Added missing kernel IO headers.
2017-04-10Typedef udcd structuresSergi Granell1-55/+69
2017-04-10Fix UDCD error codeSergi Granell1-1/+1
2017-04-10Add GPIO header and more NIDs (#158)Sergi Granell2-0/+62
* Add GPIO header and more NIDs * Add ksceSysconCtrlLED NID * Add ksceKernelCpuSuspendIntr and ksceKernelCpuResumeIntr NIDs * Add GPIO to the docs
2017-04-10Revert "Update ctrl.h (#155)"Sunguk Lee1-26/+0
This reverts commit 553ecf9a6cd6ee373fec6b826213cbb31844bcc9.