diff options
Diffstat (limited to 'Lesson_26')
-rw-r--r-- | Lesson_26/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Lesson_26/README.md b/Lesson_26/README.md index 1e6163b..16cbc45 100644 --- a/Lesson_26/README.md +++ b/Lesson_26/README.md @@ -45,9 +45,8 @@ As for EFI_CONFIGURATION_TABLE type: EFI_CONFIGURATION_TABLE Summary: -Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System -Table. -Related Definitions +Contains a set of GUID/pointer pairs comprised of the ConfigurationTable field in the EFI System Table. + typedef struct{ EFI_GUID VendorGuid; VOID *VendorTable; |