1#ifndef _DOLPHIN_OSRESET_H_
2#define _DOLPHIN_OSRESET_H_
10#define OS_RESET_RESTART 0
11#define OS_RESET_HOTRESET 1
12#define OS_RESET_SHUTDOWN 2
struct OSResetFunctionQueue OSResetFunctionQueue
BOOL(* OSResetFunction)(BOOL)
Definition OSReset.h:20
void OSResetSystem(int reset, u32 resetCode, BOOL forceMenu)
Definition OSReset.c:193
u32 OSSetBootDol(u32 dolOffset)
Definition OSReset.c:242
void OSUnregisterResetFunction(OSResetFunctionInfo *info)
Definition OSReset.c:73
void OSRegisterResetFunction(OSResetFunctionInfo *info)
Definition OSReset.c:67
u32 OSGetResetCode()
Definition OSReset.c:232
u32 priority
Definition OSReset.h:24
OSResetFunction func
Definition OSReset.h:23
OSResetFunctionInfo * prev
Definition OSReset.h:26
OSResetFunctionInfo * next
Definition OSReset.h:25
OSResetFunctionInfo * head
Definition OSReset.h:16
OSResetFunctionInfo * tail
Definition OSReset.h:17
int BOOL
Definition types.h:30
unsigned long u32
Definition types.h:9