summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-23 09:03:11 +0200
committerAmlal <amlal@zka.com>2024-07-23 09:03:11 +0200
commit8eee31685e4334415870bb00b11b6b0d29821f10 (patch)
tree29a808acfdcf6b2319b0413adbc8be693a462779 /Boot/BootKit
parent76d27cbde9371ded3c3b10cb45b223d68d58374b (diff)
[MHR-36] NVME driver improvements, add RLE flag for NewFS.
NVME: - Rename NVME.hxx to Defines.hxx, inside NVME module. NewFS: - Add RLE flag to NewFS. Which marks catalog as compressed. Meta: - Remove unused headers. - Use Mahrouss API version for kernel version. Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/BootKit')
-rw-r--r--Boot/BootKit/Vendor/Qr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx
index 0571aa7c..8799d824 100644
--- a/Boot/BootKit/Vendor/Qr.hxx
+++ b/Boot/BootKit/Vendor/Qr.hxx
@@ -1,7 +1,6 @@
#ifndef QR_HXX
#define QR_HXX
-#include "BootKit/BootKit.hxx"
extern "C" {
#include <math.h>
#include <stddef.h>