Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

pspkdebug.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspkdebug.h - Interface to KDebugForKernel.
00007  *
00008  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
00009  *
00010  * $Id: pspkdebug.h 1095 2005-09-27 21:02:16Z jim $
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

Generated on Wed Sep 28 07:52:08 2005 for pspsdk-1.0+beta by  doxygen 1.4.4