vitasdk
Documentation of the vitasdk
debugled.h
Go to the documentation of this file.
1 
6 #ifndef _PSP2KERN_KERNEL_DEBUGLED_H_
7 #define _PSP2KERN_KERNEL_DEBUGLED_H_
8 
9 #include <psp2kern/types.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
17 
20 
21 void ksceDebugLedRegisterHandle0(void (* func)(int a1, int a2, int a3, int a4));
22 void ksceDebugLedInvokeHandle0(int a1, int a2, int a3, int a4);
23 
24 void ksceDebugLedRegisterHandle1(void (* func)(int a1, int a2, int a3, int a4));
25 void ksceDebugLedInvokeHandle1(int a1, int a2, int a3, int a4);
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* _PSP2KERN_KERNEL_DEBUGLED_H_ */
void ksceDebugLedInvokeHandle0(int a1, int a2, int a3, int a4)
SceUInt32 ksceKernelGetGPO(void)
void ksceDebugLedInvokeHandle1(int a1, int a2, int a3, int a4)
void ksceDebugLedRegisterHandle0(void(*func)(int a1, int a2, int a3, int a4))
void ksceKernelSetGPI(SceUInt32 gpi)
void ksceKernelSetGPO(SceUInt32 gpo)
void ksceDebugLedRegisterHandle1(void(*func)(int a1, int a2, int a3, int a4))
SceUInt32 ksceKernelGetGPI(void)
uint32_t SceUInt32
Definition: types.h:45