summaryrefslogtreecommitdiff
path: root/kernel/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/spinlock.h')
-rw-r--r--kernel/spinlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/spinlock.h b/kernel/spinlock.h
index 40d9194..df35e3b 100644
--- a/kernel/spinlock.h
+++ b/kernel/spinlock.h
@@ -3,8 +3,6 @@
#include <stdint.h>
-typedef volatile uint8_t spinlock;
-
void lock_spin(spinlock);
void lock_release(spinlock);