From eb076dbf3754f44efdda926e1cc55a5c86136f5c Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 7 Jul 2024 09:39:07 +0200 Subject: MHR-36: IMP: Add ProgramLoader class, *_cast macros and patching capability. FIX: Device constructor marked as explicit. Signed-off-by: Amlal EL Mahrouss --- Boot/BootKit/BootKit.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Boot/BootKit/BootKit.hxx') diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index c83b3c63..850f3896 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -135,6 +135,7 @@ private: BTextWriter mWriter; EfiFileProtocol* mFile{nullptr}; UInt64 mSizeFile{0}; + EfiFileProtocol* mRootFs; }; typedef UInt8* BlobType; -- cgit v1.2.3