summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdePkg/Include/Protocol/AdapterInformation.h2
1 files changed, 1 insertions, 1 deletions
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;