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
unsigned long OSGetResetCode()
BOOL(* OSResetFunction)(BOOL)
Definition OSReset.h:19
void OSResetSystem(int reset, u32 resetCode, BOOL forceMenu)
void OSUnregisterResetFunction(OSResetFunctionInfo *info)
void OSRegisterResetFunction(OSResetFunctionInfo *info)
int BOOL
Definition types.h:20
unsigned long u32
Definition types.h:9
static void reset(HSD_GObj *gobj)
Definition ftPe_SpecialN.c:146
u32 priority
Definition OSReset.h:25
OSResetFunction func
Definition OSReset.h:24
OSResetFunctionInfo * prev
Definition OSReset.h:27
OSResetFunctionInfo * next
Definition OSReset.h:26
struct OSResetFunctionInfo * tail
Definition OSReset.h:16
struct OSResetFunctionInfo * head
Definition OSReset.h:15