X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FPciHotPlugRequest.h;h=78b4fcb2346d85b7532356235b91f7ebb622457e;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=780bbe12745ceb5e7c5e364389e9d58960526e30;hpb=1436aea4d5707e672672a11bda72be2c63c936c3;p=mirror_edk2.git diff --git a/MdePkg/Include/Protocol/PciHotPlugRequest.h b/MdePkg/Include/Protocol/PciHotPlugRequest.h index 780bbe1274..78b4fcb234 100644 --- a/MdePkg/Include/Protocol/PciHotPlugRequest.h +++ b/MdePkg/Include/Protocol/PciHotPlugRequest.h @@ -51,7 +51,7 @@ /// /// Forward declaration for EFI_PCI_HOTPLUG_REQUEST_PROTOCOL /// -typedef struct _EFI_PCI_HOTPLUG_REQUEST_PROTOCOL EFI_PCI_HOTPLUG_REQUEST_PROTOCOL; +typedef struct _EFI_PCI_HOTPLUG_REQUEST_PROTOCOL EFI_PCI_HOTPLUG_REQUEST_PROTOCOL; /// /// Enumeration of PCI hot plug operations @@ -156,9 +156,9 @@ struct _EFI_PCI_HOTPLUG_REQUEST_PROTOCOL { /// to create or destroy handles for the PCI-like devices. See Section 0 for /// a detailed description. /// - EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; + EFI_PCI_HOTPLUG_REQUEST_NOTIFY Notify; }; -extern EFI_GUID gEfiPciHotPlugRequestProtocolGuid; +extern EFI_GUID gEfiPciHotPlugRequestProtocolGuid; #endif