#ifndef CPU_HANG_H_ #define CPU_HANG_H_ void cpu_hang(void); #endif // CPU_HANG_H_