diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 21:41:21 +0200 |
| commit | c15925a24efe14f437d8a2699500241a58fdc8f9 (patch) | |
| tree | c0db3a7d2a4f857324735df35e9cc1f0539c5f24 /kernel/spinlock.h | |
| parent | 6fd78c2ff950310d8372ec0353553cc4a5a43e72 (diff) | |
cleanup and working on fifo pipes
Diffstat (limited to 'kernel/spinlock.h')
| -rw-r--r-- | kernel/spinlock.h | 2 |
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); |
