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
12extern "C" {
13#endif
14
17
20
21void ksceDebugLedRegisterHandle0(void (* func)(int a1, int a2, int a3, int a4));
22void ksceDebugLedInvokeHandle0(int a1, int a2, int a3, int a4);
23
24void ksceDebugLedRegisterHandle1(void (* func)(int a1, int a2, int a3, int a4));
25void 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