From fe58b444de6c00089010d308a39f78890b1782b6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 11 Dec 2025 08:34:36 +0100 Subject: feat: kernel: `Vettable.h` interface and concepts. Signed-off-by: Amlal El Mahrouss --- src/kernel/KernelKit/Timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/KernelKit/Timer.h') diff --git a/src/kernel/KernelKit/Timer.h b/src/kernel/KernelKit/Timer.h index 97bc5891..c55ca3a1 100644 --- a/src/kernel/KernelKit/Timer.h +++ b/src/kernel/KernelKit/Timer.h @@ -75,4 +75,4 @@ inline UInt64 rtl_milliseconds(UInt64 time) { } } // namespace Kernel -#endif // !__KERNEL_KIT_TIMER_H__ \ No newline at end of file +#endif // !__KERNEL_KIT_TIMER_H__ \ No newline at end of file -- cgit v1.2.3