Big code refactor, get rid of HAL entirely
This commit is contained in:
6
kernel/cpu/hang.h
Normal file
6
kernel/cpu/hang.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef CPU_HANG_H_
|
||||
#define CPU_HANG_H_
|
||||
|
||||
void cpu_hang(void);
|
||||
|
||||
#endif // CPU_HANG_H_
|
||||
Reference in New Issue
Block a user