aboutsummaryrefslogtreecommitdiff
path: root/libs/libc/inc/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libc/inc/cpu.h')
-rw-r--r--libs/libc/inc/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libc/inc/cpu.h b/libs/libc/inc/cpu.h
index 4c6e721..0410125 100644
--- a/libs/libc/inc/cpu.h
+++ b/libs/libc/inc/cpu.h
@@ -22,7 +22,7 @@ static inline void spinlock(u32 *ptr)
while (prev);
}
-#ifdef kernel
+#ifdef KERNEL
void cpu_print(void);
void cpu_enable_features(void);
void fpu_restore(void);