summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol/PciHotPlugRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Protocol/PciHotPlugRequest.h')
-rw-r--r--MdePkg/Include/Protocol/PciHotPlugRequest.h6
1 files changed, 3 insertions, 3 deletions
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