pspsdk-1.0+beta2
Main Page
Modules
Data Structures
Files
File List
Globals
pspsdk-1.0+beta2
Modules
Data Structures
Files
File List
src
asfparser
atrac3
audio
base
ctrl
debug
display
fpu
ge
gu
gum
hprm
kernel
pspaudiorouting.h
pspexception.h
pspidstorage.h
pspimpose_driver.h
pspinit.h
pspintrman_kernel.h
pspiofilemgr_kernel.h
pspkdebug.h
pspkernel.h
psploadcore.h
psploadexec_kernel.h
pspmodulemgr_kernel.h
pspstdio_kernel.h
pspsysclib.h
pspsyscon.h
pspsysevent.h
pspsysmem_kernel.h
pspsysreg.h
pspsystimer.h
pspthreadman_kernel.h
psputilsforkernel.h
libc
mp3
mpeg
nand
net
openpsid
power
prof
registry
rtc
sdk
sircs
startup
umd
usb
usbstor
user
utility
vfpu
video
vsh
wlan
tools
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