summaryrefslogtreecommitdiff
path: root/kernel/cpu/spinlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu/spinlock.c')
-rw-r--r--kernel/cpu/spinlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/cpu/spinlock.c b/kernel/cpu/spinlock.c
index 3f87423..11bcf68 100644
--- a/kernel/cpu/spinlock.c
+++ b/kernel/cpu/spinlock.c
@@ -1,2 +1,2 @@
-#include <stdint.h>
-uint8_t locked;
+#include <typedefs.h>
+u8 locked;