From b3d9b77ef5ef408c9639b33ed2663cc269130919 Mon Sep 17 00:00:00 2001 From: Konstantin Aladyshev Date: Tue, 15 Jun 2021 18:46:28 +0300 Subject: Fix formatting error in lesson 6 readme --- Lesson_6/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lesson_6/README.md') diff --git a/Lesson_6/README.md b/Lesson_6/README.md index 55d8de6..b1d8b03 100644 --- a/Lesson_6/README.md +++ b/Lesson_6/README.md @@ -208,7 +208,7 @@ UefiMain ( return EFI_SUCCESS; } - +``` Don't blame me for redefinition of `IHANDLE` structure. These structures (IHANDLE/PROTOCOL_ENTRY/PROTOCOL_INTERFACE) are private and not intended to be used outside of the `MdeModulePkg`. Even https://github.com/tianocore/edk2/blob/master/StandaloneMmPkg/Core/StandaloneMmCore.h redifines IHANDLE/PROTOCOL_ENTRY/PROTOCOL_INTERFACE. -- cgit v1.2.3-18-g5258