diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 18:46:28 +0300 |
---|---|---|
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | 2021-06-15 18:46:28 +0300 |
commit | b3d9b77ef5ef408c9639b33ed2663cc269130919 (patch) | |
tree | b3cf645222567e965a1990a7ed4fe60c401daea1 | |
parent | 1b73c0301429bd8a208c8b0652440ea9218bca04 (diff) | |
download | UEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.tar.gz UEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.tar.bz2 UEFI-Lessons-b3d9b77ef5ef408c9639b33ed2663cc269130919.zip |
Fix formatting error in lesson 6 readme
-rw-r--r-- | Lesson_6/README.md | 2 |
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. |