Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/DriverFamilyOverride.h
- Timestamp:
- Apr 14, 2023 3:17:44 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 156854
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-145445 /vendor/edk2/current 103735-103757,103769-103776,129194-156846
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/DriverFamilyOverride.h
r80721 r99404 15 15 } 16 16 17 typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL 17 typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL; 18 18 19 19 // … … 21 21 // 22 22 // 23 23 24 /** 24 25 This function returns the version value associated with the driver specified by This. … … 53 54 /// 54 55 struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL { 55 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;56 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion; 56 57 }; 57 58 58 extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;59 extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid; 59 60 60 61 #endif
Note:
See TracChangeset
for help on using the changeset viewer.