From 9a1f977e39d8e9fcb6a9cb2a612f4743e802221d Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Fri, 10 Nov 2023 15:47:08 +0100 Subject: Kernel Style: Change uint*_t -> u* --- kernel/cpu/spinlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/cpu/spinlock.c') 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 -uint8_t locked; +#include +u8 locked; -- cgit v1.2.3