]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmConfiguration.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmConfiguration.h
index db1655a70ade3e634f00104d862f77a8662ab816..bd76f76d1ce05e8d7bcd34201a3d182f33869dfe 100644 (file)
@@ -7,13 +7,7 @@
      point will be invoked by the SMM processor entry code.\r
 \r
   Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -23,7 +17,7 @@
 #include <Protocol/MmConfiguration.h>\r
 #include <Pi/PiSmmCis.h>\r
 \r
-#define EFI_SMM_CONFIGURATION_PROTOCOL_GUID EFI_MM_CONFIGURATION_PROTOCOL_GUID\r
+#define EFI_SMM_CONFIGURATION_PROTOCOL_GUID  EFI_MM_CONFIGURATION_PROTOCOL_GUID\r
 \r
 ///\r
 /// Structure describing a SMRAM region which cannot be used for the SMRAM heap.\r
@@ -41,7 +35,7 @@ typedef struct _EFI_SMM_RESERVED_SMRAM_REGION {
   UINT64                  SmramReservedSize;\r
 } EFI_SMM_RESERVED_SMRAM_REGION;\r
 \r
-typedef struct _EFI_SMM_CONFIGURATION_PROTOCOL  EFI_SMM_CONFIGURATION_PROTOCOL;\r
+typedef struct _EFI_SMM_CONFIGURATION_PROTOCOL EFI_SMM_CONFIGURATION_PROTOCOL;\r
 \r
 /**\r
   Register the SMM Foundation entry point.\r
@@ -74,11 +68,10 @@ struct _EFI_SMM_CONFIGURATION_PROTOCOL {
   ///\r
   /// A pointer to an array SMRAM ranges used by the initial SMM entry code.\r
   ///\r
-  EFI_SMM_RESERVED_SMRAM_REGION  *SmramReservedRegions;\r
-  EFI_SMM_REGISTER_SMM_ENTRY     RegisterSmmEntry;\r
+  EFI_SMM_RESERVED_SMRAM_REGION    *SmramReservedRegions;\r
+  EFI_SMM_REGISTER_SMM_ENTRY       RegisterSmmEntry;\r
 };\r
 \r
-extern EFI_GUID gEfiSmmConfigurationProtocolGuid;\r
+extern EFI_GUID  gEfiSmmConfigurationProtocolGuid;\r
 \r
 #endif\r
-\r