Changeset 99404 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/MnpDxe/ComponentName.h
- Timestamp:
- Apr 14, 2023 3:17:44 PM (22 months ago)
- 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/NetworkPkg/MnpDxe/ComponentName.h
r80721 r99404 13 13 #include <Protocol/ComponentName2.h> 14 14 15 extern EFI_COMPONENT_NAME2_PROTOCOL gMnpComponentName2;16 extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName;17 extern EFI_UNICODE_STRING_TABLE *gMnpControllerNameTable;15 extern EFI_COMPONENT_NAME2_PROTOCOL gMnpComponentName2; 16 extern EFI_COMPONENT_NAME_PROTOCOL gMnpComponentName; 17 extern EFI_UNICODE_STRING_TABLE *gMnpControllerNameTable; 18 18 19 19 /** … … 59 59 EFIAPI 60 60 MnpComponentNameGetDriverName ( 61 IN EFI_COMPONENT_NAME_PROTOCOL 62 IN CHAR8 63 OUT CHAR16**DriverName61 IN EFI_COMPONENT_NAME_PROTOCOL *This, 62 IN CHAR8 *Language, 63 OUT CHAR16 **DriverName 64 64 ); 65 65 … … 135 135 EFIAPI 136 136 MnpComponentNameGetControllerName ( 137 IN EFI_COMPONENT_NAME_PROTOCOL 138 IN EFI_HANDLE 139 IN EFI_HANDLE 140 IN CHAR8 141 OUT CHAR16**ControllerName137 IN EFI_COMPONENT_NAME_PROTOCOL *This, 138 IN EFI_HANDLE ControllerHandle, 139 IN EFI_HANDLE ChildHandle OPTIONAL, 140 IN CHAR8 *Language, 141 OUT CHAR16 **ControllerName 142 142 ); 143 143
Note:
See TracChangeset
for help on using the changeset viewer.