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/modules/ACPI/ACPI.h | 4 ++-- dev/modules/ACPI/ACPIFactoryInterface.h | 4 ++-- dev/modules/AHCI/AHCI.h | 4 ++-- dev/modules/APM/APM.h | 4 ++-- dev/modules/ATA/ATA.h | 4 ++-- dev/modules/CoreGfx/CoreAccess.h | 4 ++-- dev/modules/CoreGfx/CoreGfx.h | 4 ++-- dev/modules/CoreGfx/MathGfx.h | 4 ++-- dev/modules/CoreGfx/TextGfx.h | 4 ++-- dev/modules/HPET/Defines.h | 4 ++-- dev/modules/LTE/LTE.h | 4 ++-- dev/modules/MBCI/MBCI.h | 4 ++-- dev/modules/NVME/NVME.h | 4 ++-- dev/modules/Power/PowerFactory.h | 4 ++-- dev/modules/SCSI/SCSI.h | 6 +++--- dev/modules/XHCI/XHCI.h | 4 ++-- 16 files changed, 33 insertions(+), 33 deletions(-) (limited to 'dev/modules') diff --git a/dev/modules/ACPI/ACPI.h b/dev/modules/ACPI/ACPI.h index 34edbc9a..b5bf3b69 100644 --- a/dev/modules/ACPI/ACPI.h +++ b/dev/modules/ACPI/ACPI.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #ifndef __ACPI__ #define __ACPI__ diff --git a/dev/modules/ACPI/ACPIFactoryInterface.h b/dev/modules/ACPI/ACPIFactoryInterface.h index f4c903f0..da91a62e 100644 --- a/dev/modules/ACPI/ACPIFactoryInterface.h +++ b/dev/modules/ACPI/ACPIFactoryInterface.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #ifndef __MOD_ACPI_H__ #define __MOD_ACPI_H__ diff --git a/dev/modules/AHCI/AHCI.h b/dev/modules/AHCI/AHCI.h index 085c8b7a..3c6fecc5 100644 --- a/dev/modules/AHCI/AHCI.h +++ b/dev/modules/AHCI/AHCI.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. @@ -9,7 +9,7 @@ 03/02/24: Added file (amlel) -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/APM/APM.h b/dev/modules/APM/APM.h index f282e141..d9b0621e 100644 --- a/dev/modules/APM/APM.h +++ b/dev/modules/APM/APM.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/ATA/ATA.h b/dev/modules/ATA/ATA.h index fa4356a7..a1213b40 100644 --- a/dev/modules/ATA/ATA.h +++ b/dev/modules/ATA/ATA.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. @@ -9,7 +9,7 @@ 03/02/24: Added file (amlel) -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/CoreGfx/CoreAccess.h b/dev/modules/CoreGfx/CoreAccess.h index 246b386a..942a1ad5 100644 --- a/dev/modules/CoreGfx/CoreAccess.h +++ b/dev/modules/CoreGfx/CoreAccess.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright Amlal El Mahrouss. -------------------------------------------- */ +======================================== */ #ifndef CORE_GFX_ACCESSIBILITY_H #define CORE_GFX_ACCESSIBILITY_H diff --git a/dev/modules/CoreGfx/CoreGfx.h b/dev/modules/CoreGfx/CoreGfx.h index b4f513ef..e1bfe462 100644 --- a/dev/modules/CoreGfx/CoreGfx.h +++ b/dev/modules/CoreGfx/CoreGfx.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/CoreGfx/MathGfx.h b/dev/modules/CoreGfx/MathGfx.h index 523f4b31..dbd732d3 100644 --- a/dev/modules/CoreGfx/MathGfx.h +++ b/dev/modules/CoreGfx/MathGfx.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright Amlal El Mahrouss. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/CoreGfx/TextGfx.h b/dev/modules/CoreGfx/TextGfx.h index b0545fcc..b5dcd9e5 100644 --- a/dev/modules/CoreGfx/TextGfx.h +++ b/dev/modules/CoreGfx/TextGfx.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/HPET/Defines.h b/dev/modules/HPET/Defines.h index 78eb9280..56968a24 100644 --- a/dev/modules/HPET/Defines.h +++ b/dev/modules/HPET/Defines.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. @@ -7,7 +7,7 @@ Revision History: -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/LTE/LTE.h b/dev/modules/LTE/LTE.h index 2080f571..7cee2c8d 100644 --- a/dev/modules/LTE/LTE.h +++ b/dev/modules/LTE/LTE.h @@ -1,11 +1,11 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.. File: LTE\LTE.h. Purpose: LTE Standard Library. -------------------------------------------- */ +======================================== */ #ifndef _INC_NETWORK_LTE_H_ #define _INC_NETWORK_LTE_H_ diff --git a/dev/modules/MBCI/MBCI.h b/dev/modules/MBCI/MBCI.h index b877cae7..a96f8f3a 100644 --- a/dev/modules/MBCI/MBCI.h +++ b/dev/modules/MBCI/MBCI.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #ifndef _INC_MODULE_MBCI_H_ #define _INC_MODULE_MBCI_H_ diff --git a/dev/modules/NVME/NVME.h b/dev/modules/NVME/NVME.h index 1e82b10f..9ad8a3ce 100644 --- a/dev/modules/NVME/NVME.h +++ b/dev/modules/NVME/NVME.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. @@ -7,7 +7,7 @@ ??/??/24: Added file (amlel) 23 Jul 24: Update filename to Defines.h and using NE_ALIGN_NVME for NVME structs. (amlel) -------------------------------------------- */ +======================================== */ #ifndef __MODULE_NVME_H__ #define __MODULE_NVME_H__ diff --git a/dev/modules/Power/PowerFactory.h b/dev/modules/Power/PowerFactory.h index b3a663e2..2e349011 100644 --- a/dev/modules/Power/PowerFactory.h +++ b/dev/modules/Power/PowerFactory.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once diff --git a/dev/modules/SCSI/SCSI.h b/dev/modules/SCSI/SCSI.h index 80a5b052..e0bc2517 100644 --- a/dev/modules/SCSI/SCSI.h +++ b/dev/modules/SCSI/SCSI.h @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. -------------------------------------------- */ +======================================== */ #pragma once @@ -13,7 +13,7 @@ namespace Kernel { template -using scsi_packet_type = Kernel::UInt16[PacketBitLen]; +using scsi_packet_type = Kernel::UInt16[PacketBitLen]; using scsi_packet_type_12 = scsi_packet_type<12>; diff --git a/dev/modules/XHCI/XHCI.h b/dev/modules/XHCI/XHCI.h index 3efdf90c..40387c1e 100644 --- a/dev/modules/XHCI/XHCI.h +++ b/dev/modules/XHCI/XHCI.h @@ -1,4 +1,4 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. @@ -10,7 +10,7 @@ 01/02/24: Added file (amlel) 03/02/24: Update filename to Defines.h (amlel) -------------------------------------------- */ +======================================== */ #pragma once -- cgit v1.2.3