summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/Vendor
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-23 00:59:10 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-23 00:59:10 +0200
commit65e428a5a2b4eac24cccf5defe64d52faba8304d (patch)
treed23b304abce67455853d355ceb4d65f73d93ded9 /Boot/BootKit/Vendor
parent9899e5d07f9010a874ed64c586508479f0a353c4 (diff)
Kernel: See below.
MHR-35: Implement it. Kernel: Write EPM header at sector 0. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit/Vendor')
-rw-r--r--Boot/BootKit/Vendor/Support.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Boot/BootKit/Vendor/Support.hxx b/Boot/BootKit/Vendor/Support.hxx
index eed59424..54183558 100644
--- a/Boot/BootKit/Vendor/Support.hxx
+++ b/Boot/BootKit/Vendor/Support.hxx
@@ -9,8 +9,6 @@
/// @file Support.hxx
/// @brief Purpose of this file is to help port libs into the bootloader.
-#include <BootKit/BootKit.hxx>
-
#define cLongMax ((long)(~0UL >> 1))
#define cLongMin (~cLongMax)