aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_6
diff options
context:
space:
mode:
Diffstat (limited to 'Lesson_6')
-rw-r--r--Lesson_6/README.md2
1 files changed, 1 insertions, 1 deletions
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.