GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / asm-generic / emergency-restart.h
blob0d68a1eae98528b3c2f711774ecf01b4c2a21dbb
1 #ifndef _ASM_GENERIC_EMERGENCY_RESTART_H
2 #define _ASM_GENERIC_EMERGENCY_RESTART_H
4 static inline void machine_emergency_restart(void)
6 machine_restart(NULL);
9 #endif /* _ASM_GENERIC_EMERGENCY_RESTART_H */