diff options
Diffstat (limited to 'lib/inc/cpu.h')
-rw-r--r-- | lib/inc/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inc/cpu.h b/lib/inc/cpu.h index eb09291..2d367cb 100644 --- a/lib/inc/cpu.h +++ b/lib/inc/cpu.h @@ -17,6 +17,7 @@ void cli(); void sti(); void hlt(); void idle(); +void loop(); static inline void spinlock(int *ptr) { |