]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PciHotPlugInit.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / PciHotPlugInit.h
index 72dd248e432ee5f3e89629ee685d158e4ea2736f..cd9097782a43cfcb520b3ae53c07b0c5588f28a9 100644 (file)
@@ -76,18 +76,18 @@ typedef UINT16 EFI_HPC_STATE;
 /// disabled in hardware, or it may be disabled due to user preferences,\r
 /// hardware failure, or other reasons. No resource padding is required.\r
 ///\r
-#define  EFI_HPC_STATE_INITIALIZED    0x01\r
+#define  EFI_HPC_STATE_INITIALIZED  0x01\r
 \r
 ///\r
 /// The HPC initialization function was called, the HPC completed\r
 /// initialization, and it was enabled. Resource padding is required.\r
 ///\r
-#define  EFI_HPC_STATE_ENABLED        0x02\r
+#define  EFI_HPC_STATE_ENABLED  0x02\r
 \r
 ///\r
 /// Location definition for PCI Hot Plug Controller\r
 ///\r
-typedef struct{\r
+typedef struct {\r
   ///\r
   ///\r
   /// The device path to the root HPC. An HPC cannot control its parent buses.\r
@@ -95,7 +95,7 @@ typedef struct{
   /// correct HpcPciAddress to the InitializeRootHpc() and GetResourcePadding()\r
   /// functions.\r
   ///\r
-  EFI_DEVICE_PATH_PROTOCOL  *HpcDevicePath;\r
+  EFI_DEVICE_PATH_PROTOCOL    *HpcDevicePath;\r
   ///\r
   /// The device path to the Hot Plug Bus (HPB) that is controlled by the root\r
   /// HPC. The PCI bus driver uses this information to check if a particular PCI\r
@@ -103,7 +103,7 @@ typedef struct{
   /// device path of its parent. For Standard(PCI) Hot Plug Controllers (SHPCs)\r
   /// and PCI Express*, HpbDevicePath is the same as HpcDevicePath.\r
   ///\r
-  EFI_DEVICE_PATH_PROTOCOL  *HpbDevicePath;\r
+  EFI_DEVICE_PATH_PROTOCOL    *HpbDevicePath;\r
 } EFI_HPC_LOCATION;\r
 \r
 ///\r
@@ -254,19 +254,19 @@ struct _EFI_PCI_HOT_PLUG_INIT_PROTOCOL {
   ///\r
   /// Returns a list of root HPCs and the buses that they control.\r
   ///\r
-  EFI_GET_ROOT_HPC_LIST     GetRootHpcList;\r
+  EFI_GET_ROOT_HPC_LIST       GetRootHpcList;\r
 \r
   ///\r
   /// Initializes the specified root HPC.\r
   ///\r
-  EFI_INITIALIZE_ROOT_HPC   InitializeRootHpc;\r
+  EFI_INITIALIZE_ROOT_HPC     InitializeRootHpc;\r
 \r
   ///\r
   /// Returns the resource padding that is required by the HPC.\r
   ///\r
-  EFI_GET_HOT_PLUG_PADDING  GetResourcePadding;\r
+  EFI_GET_HOT_PLUG_PADDING    GetResourcePadding;\r
 };\r
 \r
-extern EFI_GUID gEfiPciHotPlugInitProtocolGuid;\r
+extern EFI_GUID  gEfiPciHotPlugInitProtocolGuid;\r
 \r
 #endif\r