7 lines
85 B
C
7 lines
85 B
C
#ifndef CPU_HANG_H_
|
|
#define CPU_HANG_H_
|
|
|
|
void cpu_hang(void);
|
|
|
|
#endif // CPU_HANG_H_
|