1*7c903473SEric W. Biederman #ifndef _ASM_GENERIC_EMERGENCY_RESTART_H 2*7c903473SEric W. Biederman #define _ASM_GENERIC_EMERGENCY_RESTART_H 3*7c903473SEric W. Biederman 4*7c903473SEric W. Biederman static inline void machine_emergency_restart(void) 5*7c903473SEric W. Biederman { 6*7c903473SEric W. Biederman machine_restart(NULL); 7*7c903473SEric W. Biederman } 8*7c903473SEric W. Biederman 9*7c903473SEric W. Biederman #endif /* _ASM_GENERIC_EMERGENCY_RESTART_H */ 10