pspsdk-1.0+beta2
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 
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 */