Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSReboot.h
Go to the documentation of this file.
1#ifndef OSREBOOT_H
2#define OSREBOOT_H
3
4#include "dolphin/types.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11void OSSetSaveRegion(void* start, void* end);
12void OSGetSaveRegion(void** start, void** end);
13
14#ifdef __cplusplus
15};
16#endif
17
18#endif /* OSREBOOT_H */
void OSGetSaveRegion(void **start, void **end)
Definition OSReboot.c:31
void OSSetSaveRegion(void *start, void *end)
Definition OSReboot.c:25
void __OSReboot(u32 param_0, u32 param_1)
Definition OSReboot.c:6
T cLib_calcTimer(T *value)
Definition c_lib.h:74
static void end(b_oh_class *i_this)
Definition d_a_b_oh.cpp:527
@ start
Definition strtoul.c:8
unsigned long u32
Definition types.h:10