VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/MnpDxe/ComponentName.h

    r80721 r99404  
    1313#include <Protocol/ComponentName2.h>
    1414
    15 extern EFI_COMPONENT_NAME2_PROTOCOL gMnpComponentName2;
    16 extern EFI_COMPONENT_NAME_PROTOCOL  gMnpComponentName;
    17 extern EFI_UNICODE_STRING_TABLE     *gMnpControllerNameTable;
     15extern EFI_COMPONENT_NAME2_PROTOCOL  gMnpComponentName2;
     16extern EFI_COMPONENT_NAME_PROTOCOL   gMnpComponentName;
     17extern EFI_UNICODE_STRING_TABLE      *gMnpControllerNameTable;
    1818
    1919/**
     
    5959EFIAPI
    6060MnpComponentNameGetDriverName (
    61   IN     EFI_COMPONENT_NAME_PROTOCOL   *This,
    62   IN     CHAR8                         *Language,
    63      OUT CHAR16                        **DriverName
     61  IN     EFI_COMPONENT_NAME_PROTOCOL  *This,
     62  IN     CHAR8                        *Language,
     63  OUT CHAR16                          **DriverName
    6464  );
    6565
     
    135135EFIAPI
    136136MnpComponentNameGetControllerName (
    137   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
     137  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
    142142  );
    143143
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette