X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FAdapterInformation.h;h=e6be075a79f2f7df215ffd890d0d39e0e12e4454;hp=92316f1511c1037ddfbbd75175dbb97202b59d8a;hb=e27ecde731feeeb59d9e04e25c4bd77f187b5864;hpb=e794f18021ccd8fa8f7bbdb3bc85143282dbc12a diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h index 92316f1511..e6be075a79 100644 --- a/MdePkg/Include/Protocol/AdapterInformation.h +++ b/MdePkg/Include/Protocol/AdapterInformation.h @@ -207,7 +207,7 @@ EFI_STATUS /// - Sets device information for adapter. /// - Gets a list of supported information types for this instance of the protocol. /// -typedef struct _EFI_ADAPTER_INFORMATION_PROTOCOL { +struct _EFI_ADAPTER_INFORMATION_PROTOCOL { EFI_ADAPTER_INFO_GET_INFO GetInformation; EFI_ADAPTER_INFO_SET_INFO SetInformation; EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES GetSupportedTypes;