Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSResetSW.h
Go to the documentation of this file.
1
#ifndef OSRESETSW_H
2
#define OSRESETSW_H
3
4
#include "
dolphin/os/OSInterrupt.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
void
(*
OSResetCallback
)(
void
);
11
12
static
BOOL
OSGetResetButtonState
(
void
);
13
BOOL
OSGetResetSwitchState
(
void
);
14
void
__OSResetSWInterruptHandler
(
__OSInterrupt
interrupt,
OSContext
*
context
);
15
16
#ifdef __cplusplus
17
};
18
#endif
19
20
#endif
/* OSRESETSW_H */
context
static OSContext context
Definition
JUTException.cpp:233
OSInterrupt.h
__OSInterrupt
s16 __OSInterrupt
Definition
OSInterrupt.h:110
OSGetResetButtonState
static BOOL OSGetResetButtonState(void)
Definition
OSResetSW.c:46
__OSResetSWInterruptHandler
void __OSResetSWInterruptHandler(__OSInterrupt interrupt, OSContext *context)
Definition
OSResetSW.c:25
OSGetResetSwitchState
BOOL OSGetResetSwitchState(void)
Definition
OSResetSW.c:98
OSResetCallback
void(* OSResetCallback)(void)
Definition
OSResetSW.h:10
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
OSContext
Definition
OSContext.h:137
BOOL
int BOOL
Definition
types.h:27
include
dolphin
os
OSResetSW.h
Generated by
1.9.8