WUT  0.1
Wii U Toolchain
exception.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 typedef BOOL (*OSExceptionCallbackFn)(OSContext *context);
15 
16 typedef enum OSExceptionType
17 {
34 
37  OSExceptionCallbackFn callback);
38 
40 OSSetExceptionCallbackEx(UNKNOWN_ARG,
41  OSExceptionType exceptionType,
42  OSExceptionCallbackFn callback);
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
OSExceptionCallbackFn OSSetExceptionCallback(OSExceptionType exceptionType, OSExceptionCallbackFn callback)
OSExceptionType
Definition: exception.h:16
BOOL(* OSExceptionCallbackFn)(OSContext *context)
Definition: exception.h:14
int BOOL
Definition: wut_types.h:5
OSExceptionCallbackFn OSSetExceptionCallbackEx(UNKNOWN_ARG, OSExceptionType exceptionType, OSExceptionCallbackFn callback)