1 #ifndef __SYS_STATE_H__
2 #define __SYS_STATE_H__
4 #define SYS_STATE_BEFORE_INIT 0
5 #define SYS_STATE_BEFORE_MT 1
6 #define SYS_STATE_BEGIN_MT 2
8 #define SYS_STATE_SHUTDOWN 4
9 #define SYS_STATE_FAILED 5
17 extern u32 _sys_state_curr
;
19 #ifdef LIBOGC_INTERNAL
20 #include <libogc/sys_state.inl>