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
7extern "C" {
8#endif
9
10typedef void (*RunCallback)(void);
11
13void __OSReboot(u32 resetCode, u32 bootDol);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif
void(* RunCallback)(void)
Definition OSReboot.h:10
void __OSReboot(u32 resetCode, u32 bootDol)
void Run(RunCallback)
unsigned long u32
Definition types.h:9