VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
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/MdePkg/Include/Protocol/DiskInfo.h

    r80721 r99404  
    2626/// Forward declaration for EFI_DISK_INFO_PROTOCOL
    2727///
    28 typedef struct _EFI_DISK_INFO_PROTOCOL  EFI_DISK_INFO_PROTOCOL;
     28typedef struct _EFI_DISK_INFO_PROTOCOL EFI_DISK_INFO_PROTOCOL;
    2929
    3030///
     
    187187  /// of this protocol.
    188188  ///
    189   EFI_GUID                  Interface;
     189  EFI_GUID                    Interface;
    190190  ///
    191191  /// Return the results of the Inquiry command to a drive in InquiryData. Data
    192192  /// format of Inquiry data is defined by the Interface GUID.
    193193  ///
    194   EFI_DISK_INFO_INQUIRY     Inquiry;
     194  EFI_DISK_INFO_INQUIRY       Inquiry;
    195195  ///
    196196  /// Return the results of the Identify command to a drive in IdentifyData. Data
    197197  /// format of Identify data is defined by the Interface GUID.
    198198  ///
    199   EFI_DISK_INFO_IDENTIFY    Identify;
     199  EFI_DISK_INFO_IDENTIFY      Identify;
    200200  ///
    201201  /// Return the results of the Request Sense command to a drive in SenseData. Data
    202202  /// format of Sense data is defined by the Interface GUID.
    203203  ///
    204   EFI_DISK_INFO_SENSE_DATA  SenseData;
     204  EFI_DISK_INFO_SENSE_DATA    SenseData;
    205205  ///
    206206  /// Specific controller.
    207207  ///
    208   EFI_DISK_INFO_WHICH_IDE   WhichIde;
     208  EFI_DISK_INFO_WHICH_IDE     WhichIde;
    209209};
    210210
    211 extern EFI_GUID gEfiDiskInfoProtocolGuid;
    212 
    213 extern EFI_GUID gEfiDiskInfoIdeInterfaceGuid;
    214 extern EFI_GUID gEfiDiskInfoScsiInterfaceGuid;
    215 extern EFI_GUID gEfiDiskInfoUsbInterfaceGuid;
    216 extern EFI_GUID gEfiDiskInfoAhciInterfaceGuid;
    217 extern EFI_GUID gEfiDiskInfoNvmeInterfaceGuid;
    218 extern EFI_GUID gEfiDiskInfoUfsInterfaceGuid;
    219 extern EFI_GUID gEfiDiskInfoSdMmcInterfaceGuid;
     211extern EFI_GUID  gEfiDiskInfoProtocolGuid;
     212
     213extern EFI_GUID  gEfiDiskInfoIdeInterfaceGuid;
     214extern EFI_GUID  gEfiDiskInfoScsiInterfaceGuid;
     215extern EFI_GUID  gEfiDiskInfoUsbInterfaceGuid;
     216extern EFI_GUID  gEfiDiskInfoAhciInterfaceGuid;
     217extern EFI_GUID  gEfiDiskInfoNvmeInterfaceGuid;
     218extern EFI_GUID  gEfiDiskInfoUfsInterfaceGuid;
     219extern EFI_GUID  gEfiDiskInfoSdMmcInterfaceGuid;
    220220
    221221#endif
Note: See TracChangeset for help on using the changeset viewer.

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