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/ArpDxe/ArpDriver.h

    r85718 r99404  
    99#ifndef _ARP_DRIVER_H_
    1010#define _ARP_DRIVER_H_
    11 
    1211
    1312#include <Uefi.h>
     
    2221#include <Library/UefiLib.h>
    2322
    24 
    2523//
    2624// Global variables
    2725//
    28 extern EFI_DRIVER_BINDING_PROTOCOL    gArpDriverBinding;
    29 extern EFI_COMPONENT_NAME_PROTOCOL    gArpComponentName;
    30 extern EFI_COMPONENT_NAME2_PROTOCOL   gArpComponentName2;
     26extern EFI_DRIVER_BINDING_PROTOCOL   gArpDriverBinding;
     27extern EFI_COMPONENT_NAME_PROTOCOL   gArpComponentName;
     28extern EFI_COMPONENT_NAME2_PROTOCOL  gArpComponentName2;
    3129
    3230//
    3331// Function prototypes for the Driver Binding Protocol
    3432//
     33
    3534/**
    3635  Tests to see if this driver supports a given controller.
     
    200199  );
    201200
    202 
    203201//
    204202// EFI Component Name Functions
    205203//
     204
    206205/**
    207206  Retrieves a Unicode string that is the user readable name of the driver.
     
    251250  );
    252251
    253 
    254252/**
    255253  Retrieves a Unicode string that is the user readable name of the controller
     
    323321EFIAPI
    324322ArpComponentNameGetControllerName (
    325   IN  EFI_COMPONENT_NAME_PROTOCOL                     *This,
    326   IN  EFI_HANDLE                                      ControllerHandle,
    327   IN  EFI_HANDLE                                      ChildHandle        OPTIONAL,
    328   IN  CHAR8                                           *Language,
    329   OUT CHAR16                                          **ControllerName
    330   );
    331 
     323  IN  EFI_COMPONENT_NAME_PROTOCOL  *This,
     324  IN  EFI_HANDLE                   ControllerHandle,
     325  IN  EFI_HANDLE                   ChildHandle        OPTIONAL,
     326  IN  CHAR8                        *Language,
     327  OUT CHAR16                       **ControllerName
     328  );
    332329
    333330#endif
    334 
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