pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspkdebug.h
Go to the documentation of this file.
1
/*
2
* PSP Software Development Kit - http://www.pspdev.org
3
* -----------------------------------------------------------------------
4
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5
*
6
* pspkdebug.h - Interface to KDebugForKernel.
7
*
8
* Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
9
*
10
* $Id: pspkdebug.h 1971 2006-07-17 19:43:52Z tyranid $
11
*/
12
13
#ifndef PSPKDEBUG_H
14
#define PSPKDEBUG_H
15
16
#include <
pspkerneltypes.h
>
17
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
27
29
typedef
void (*
PspDebugPutChar
)(
unsigned
short
* args,
unsigned
int
ch
);
30
36
void
sceKernelRegisterDebugPutchar
(
PspDebugPutChar
func);
37
43
PspDebugPutChar
sceKernelGetDebugPutchar
(
void
);
44
51
void
Kprintf
(
const
char
*format, ...)
__attribute__
((format(
printf
, 1, 2)));
52
55
#ifdef __cplusplus
56
}
57
#endif
58
59
#endif
src
kernel
pspkdebug.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2