PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
pspexception.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
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 */
11
12#ifndef PSPEXCEPTION_H
13#define PSPEXCEPTION_H
14
15#include <pspkerneltypes.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
30
40
50int sceKernelRegisterPriorityExceptionHandler(int exno, int priority, void *func);
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* PSPEXCEPTION_H */
int sceKernelRegisterExceptionHandler(int exno, void *func)
Register a exception handler.
int sceKernelRegisterPriorityExceptionHandler(int exno, int priority, void *func)
Register a exception handler with a priority.
int sceKernelRegisterDefaultExceptionHandler(void *func)
Register a default exception handler.
float x
Definition psptypes.h:0