]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmCorePrivateData.h
index 28f95d9b024b9edadbc106126a042f6b35729b61..d8fe2dd9b920fbdc0e4b672fb0664a9e0e0859a6 100644 (file)
 /// thos structure.\r
 ///\r
 typedef struct {\r
-  UINTN                           Signature;\r
+  UINTN                   Signature;\r
 \r
   ///\r
   /// The ImageHandle passed into the entry point of the SMM IPL.  This ImageHandle\r
   /// is used by the SMM Core to fill in the ParentImageHandle field of the Loaded\r
   /// Image Protocol for each SMM Driver that is dispatched by the SMM Core.\r
   ///\r
-  EFI_HANDLE                      SmmIplImageHandle;\r
+  EFI_HANDLE              SmmIplImageHandle;\r
 \r
   ///\r
   /// The number of SMRAM ranges passed from the SMM IPL to the SMM Core.  The SMM\r
   /// Core uses these ranges of SMRAM to initialize the SMM Core memory manager.\r
   ///\r
-  UINTN                           SmramRangeCount;\r
+  UINTN                   SmramRangeCount;\r
 \r
   ///\r
   /// A table of SMRAM ranges passed from the SMM IPL to the SMM Core.  The SMM\r
   /// Core uses these ranges of SMRAM to initialize the SMM Core memory manager.\r
   ///\r
-  EFI_SMRAM_DESCRIPTOR            *SmramRanges;\r
+  EFI_SMRAM_DESCRIPTOR    *SmramRanges;\r
 \r
   ///\r
   /// The SMM Foundation Entry Point.  The SMM Core fills in this field when the\r
@@ -72,48 +72,48 @@ typedef struct {
   /// the SMM Foundation Entry Point as soon as the SMM Configuration Protocol is\r
   /// available.\r
   ///\r
-  EFI_SMM_ENTRY_POINT             SmmEntryPoint;\r
+  EFI_SMM_ENTRY_POINT      SmmEntryPoint;\r
 \r
   ///\r
   /// Boolean flag set to TRUE while an SMI is being processed by the SMM Core.\r
   ///\r
-  BOOLEAN                         SmmEntryPointRegistered;\r
+  BOOLEAN                  SmmEntryPointRegistered;\r
 \r
   ///\r
   /// Boolean flag set to TRUE while an SMI is being processed by the SMM Core.\r
   ///\r
-  BOOLEAN                         InSmm;\r
+  BOOLEAN                  InSmm;\r
 \r
   ///\r
   /// This field is set by the SMM Core then the SMM Core is initialized.  This field is\r
   /// used by the SMM Base 2 Protocol and SMM Communication Protocol implementations in\r
   /// the SMM IPL.\r
   ///\r
-  EFI_SMM_SYSTEM_TABLE2           *Smst;\r
+  EFI_SMM_SYSTEM_TABLE2    *Smst;\r
 \r
   ///\r
   /// This field is used by the SMM Communication Protocol to pass a buffer into\r
   /// a software SMI handler and for the software SMI handler to pass a buffer back to\r
   /// the caller of the SMM Communication Protocol.\r
   ///\r
-  VOID                            *CommunicationBuffer;\r
+  VOID                     *CommunicationBuffer;\r
 \r
   ///\r
   /// This field is used by the SMM Communication Protocol to pass the size of a buffer,\r
   /// in bytes, into a software SMI handler and for the software SMI handler to pass the\r
   /// size, in bytes, of a buffer back to the caller of the SMM Communication Protocol.\r
   ///\r
-  UINTN                           BufferSize;\r
+  UINTN                    BufferSize;\r
 \r
   ///\r
   /// This field is used by the SMM Communication Protocol to pass the return status from\r
   /// a software SMI handler back to the caller of the SMM Communication Protocol.\r
   ///\r
-  EFI_STATUS                      ReturnStatus;\r
+  EFI_STATUS               ReturnStatus;\r
 \r
-  EFI_PHYSICAL_ADDRESS            PiSmmCoreImageBase;\r
-  UINT64                          PiSmmCoreImageSize;\r
-  EFI_PHYSICAL_ADDRESS            PiSmmCoreEntryPoint;\r
+  EFI_PHYSICAL_ADDRESS     PiSmmCoreImageBase;\r
+  UINT64                   PiSmmCoreImageSize;\r
+  EFI_PHYSICAL_ADDRESS     PiSmmCoreEntryPoint;\r
 } SMM_CORE_PRIVATE_DATA;\r
 \r
 #endif\r