diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 21:26:21 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 21:26:21 +0100 |
| commit | 1c53b01e863129b11b64577ddea29eec11c7392e (patch) | |
| tree | d0f70a5e293bff0b531f6326423373748a45f911 /dev/ZBAKit/BootKit | |
| parent | 907bcb5db72f343449f166b018617d5377a3dae1 (diff) | |
META: Update copyright holder.
IMP: Add Macros.h to SCIKit for types and macros.
IMP: Include Macros.h to Foundation.h.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit/BootKit')
| -rw-r--r-- | dev/ZBAKit/BootKit/BitManip.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/BootKit.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Device.h | 3 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/EPM.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/HW/ATA.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/HW/SATA.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Platform.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Protocol.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/STB.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Support.h | 2 | ||||
| -rw-r--r-- | dev/ZBAKit/BootKit/Thread.h | 2 |
11 files changed, 12 insertions, 11 deletions
diff --git a/dev/ZBAKit/BootKit/BitManip.h b/dev/ZBAKit/BootKit/BitManip.h index 4ccf0f40..47f86af1 100644 --- a/dev/ZBAKit/BootKit/BitManip.h +++ b/dev/ZBAKit/BootKit/BitManip.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/BootKit.h b/dev/ZBAKit/BootKit/BootKit.h index d8add85a..6448fcd1 100644 --- a/dev/ZBAKit/BootKit/BootKit.h +++ b/dev/ZBAKit/BootKit/BootKit.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Device.h b/dev/ZBAKit/BootKit/Device.h index 09319b32..50caa24a 100644 --- a/dev/ZBAKit/BootKit/Device.h +++ b/dev/ZBAKit/BootKit/Device.h @@ -1,12 +1,13 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ #pragma once #include <Modules/ATA/ATA.h> +#include <Modules/AHCI/AHCI.h> using namespace Kernel; diff --git a/dev/ZBAKit/BootKit/EPM.h b/dev/ZBAKit/BootKit/EPM.h index a4c8e821..0e921b83 100644 --- a/dev/ZBAKit/BootKit/EPM.h +++ b/dev/ZBAKit/BootKit/EPM.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/ATA.h b/dev/ZBAKit/BootKit/HW/ATA.h index 745024dd..ed694260 100644 --- a/dev/ZBAKit/BootKit/HW/ATA.h +++ b/dev/ZBAKit/BootKit/HW/ATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/HW/SATA.h b/dev/ZBAKit/BootKit/HW/SATA.h index 1947a531..0d8139c9 100644 --- a/dev/ZBAKit/BootKit/HW/SATA.h +++ b/dev/ZBAKit/BootKit/HW/SATA.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Platform.h b/dev/ZBAKit/BootKit/Platform.h index c6868b54..9e1a2e93 100644 --- a/dev/ZBAKit/BootKit/Platform.h +++ b/dev/ZBAKit/BootKit/Platform.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Protocol.h b/dev/ZBAKit/BootKit/Protocol.h index 63ff8431..0bbfeead 100644 --- a/dev/ZBAKit/BootKit/Protocol.h +++ b/dev/ZBAKit/BootKit/Protocol.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/STB.h b/dev/ZBAKit/BootKit/STB.h index c0e5e546..0643f0b5 100644 --- a/dev/ZBAKit/BootKit/STB.h +++ b/dev/ZBAKit/BootKit/STB.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Support.h b/dev/ZBAKit/BootKit/Support.h index 8df836c5..845ed425 100644 --- a/dev/ZBAKit/BootKit/Support.h +++ b/dev/ZBAKit/BootKit/Support.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ diff --git a/dev/ZBAKit/BootKit/Thread.h b/dev/ZBAKit/BootKit/Thread.h index 0e61e473..e7f4d4f1 100644 --- a/dev/ZBAKit/BootKit/Thread.h +++ b/dev/ZBAKit/BootKit/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright Amlal EL Mahrouss. + Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. ------------------------------------------- */ |
