00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013 #ifndef PSPKDEBUG_H
00014 #define PSPKDEBUG_H
00015
00016 #include <pspkerneltypes.h>
00017
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00027
00029 typedef void (*PspDebugPutChar)(unsigned short* args, unsigned int ch);
00030
00036 void sceKernelRegisterDebugPutchar(PspDebugPutChar func);
00037
00044 void Kprintf(const char *format, ...);
00045
00048 #ifdef __cplusplus
00049 }
00050 #endif
00051
00052 #endif