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/syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/cpu/syscall.h') diff --git a/kernel/cpu/syscall.h b/kernel/cpu/syscall.h index 51d50f2..3568e51 100644 --- a/kernel/cpu/syscall.h +++ b/kernel/cpu/syscall.h @@ -1,6 +1,6 @@ #include "idt.h" #include -#include +#include void syscalls_init(void); -- cgit v1.2.3