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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/cpu/spinlock.c b/kernel/cpu/spinlock.c
new file mode 100644
index 0000000..3f87423
--- /dev/null
+++ b/kernel/cpu/spinlock.c
@@ -0,0 +1,2 @@
+#include <stdint.h>
+uint8_t locked;