Files
my-os-project2/kernel/cpu/hang.h

7 lines
85 B
C

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