aboutsummaryrefslogtreecommitdiffstats
path: root/Lesson_6/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-15 18:46:28 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-06-15 18:46:28 +0300
commitb3d9b77ef5ef408c9639b33ed2663cc269130919 (patch)
treeb3cf645222567e965a1990a7ed4fe60c401daea1 /Lesson_6/README.md
parent1b73c0301429bd8a208c8b0652440ea9218bca04 (diff)
downloadUEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.tar.gz
UEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.tar.bz2
UEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.zip
Fix formatting error in lesson 6 readme
Diffstat (limited to 'Lesson_6/README.md')
-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.