SSBM Decomp
Loading...
Searching...
No Matches
OSReboot.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_OSREBOOT_H_
2
#define _DOLPHIN_OSREBOOT_H_
3
4
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
typedef
void (*
RunCallback
)(void);
11
12
void
Run
(
RunCallback
);
13
void
__OSReboot
(
u32
resetCode,
u32
bootDol);
14
15
#ifdef __cplusplus
16
}
17
#endif
18
19
#endif
RunCallback
void(* RunCallback)(void)
Definition
OSReboot.h:10
__OSReboot
void __OSReboot(u32 resetCode, u32 bootDol)
Run
void Run(RunCallback)
types.h
u32
unsigned long u32
Definition
types.h:9
extern
dolphin
include
dolphin
os
OSReboot.h
Generated by
1.15.0