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/kmalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/kmalloc.h') diff --git a/kernel/kmalloc.h b/kernel/kmalloc.h index 69e0de3..6509cb0 100644 --- a/kernel/kmalloc.h +++ b/kernel/kmalloc.h @@ -1,7 +1,7 @@ #include #include #include -#include +#include #include void kmalloc_allocate_heap(void); -- cgit v1.2.3