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
pspexception.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
* pspexception.h - Interface to the kernel side of ExceptionMan
7
*
8
* Copyright (c) 2006 James F.
9
*
10
* $Id: pspexception.h 1906 2006-05-09 18:42:57Z tyranid $
11
*/
12
13
#ifndef PSPEXCEPTION_H
14
#define PSPEXCEPTION_H
15
16
#include <
pspkerneltypes.h
>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
30
int
sceKernelRegisterDefaultExceptionHandler
(
void
*func);
31
40
int
sceKernelRegisterExceptionHandler
(
int
exno,
void
*func);
41
51
int
sceKernelRegisterPriorityExceptionHandler
(
int
exno,
int
priority,
void
*func);
52
53
#ifdef __cplusplus
54
}
55
#endif
56
57
#endif
/* PSPEXCEPTION_H */
src
kernel
pspexception.h
Generated on Sat Apr 9 2016 07:00:25 for pspsdk-1.0+beta2 by
1.8.1.2