From c15925a24efe14f437d8a2699500241a58fdc8f9 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 21:41:21 +0200 Subject: cleanup and working on fifo pipes --- kernel/spinlock.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/spinlock.h') 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 -typedef volatile uint8_t spinlock; - void lock_spin(spinlock); void lock_release(spinlock); -- cgit v1.2.3