From c464e5800961c809c73d4180f8a66885b53c63d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 21 Nov 2025 01:37:12 +0100 Subject: meta: Codebase improvements on NeKernel. Signed-off-by: Amlal El Mahrouss --- dev/kernel/NeKit/Defines.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/kernel/NeKit/Defines.h') diff --git a/dev/kernel/NeKit/Defines.h b/dev/kernel/NeKit/Defines.h index c6f7d478..1a6a2cf6 100644 --- a/dev/kernel/NeKit/Defines.h +++ b/dev/kernel/NeKit/Defines.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once @@ -50,7 +50,7 @@ using Boolean = bool; using Bool = bool; using Char = char; using Int8 = __INT8_TYPE__; -using Char8 = char8_t; +using Char8 = char8_t; using UChar = __UINT8_TYPE__; using UInt8 = __UINT8_TYPE__; @@ -85,7 +85,7 @@ typedef UInt32 PhysicalAddressKind; typedef UIntPtr VirtualAddressKind; using Void = void; -using Any = void*; +using Any = void*; using Lba = UInt64; -- cgit v1.2.3