]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmConfiguration.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmConfiguration.h
index af47edbe910bcbf301213953d6f9cdef70a85824..db1655a70ade3e634f00104d862f77a8662ab816 100644 (file)
@@ -5,15 +5,15 @@
   1) report the portions of SMRAM regions which cannot be used for the SMRAM heap.\r
   2) register the SMM Foundation entry point with the processor code. The entry\r
      point will be invoked by the SMM processor entry code.\r
-  \r
-  Copyright (c) 2009 - 2017, 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
+  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
 \r
 **/\r
 \r
 ///\r
 typedef struct _EFI_SMM_RESERVED_SMRAM_REGION {\r
   ///\r
-  /// Starting address of the reserved SMRAM area, as it appears while SMRAM is open. \r
+  /// Starting address of the reserved SMRAM area, as it appears while SMRAM is open.\r
   /// Ignored if SmramReservedSize is 0.\r
   ///\r
   EFI_PHYSICAL_ADDRESS    SmramReservedStart;\r
   ///\r
-  /// Number of bytes occupied by the reserved SMRAM area. A size of zero indicates the \r
+  /// Number of bytes occupied by the reserved SMRAM area. A size of zero indicates the\r
   /// last SMRAM area.\r
   ///\r
   UINT64                  SmramReservedSize;\r
@@ -45,13 +45,13 @@ typedef struct _EFI_SMM_CONFIGURATION_PROTOCOL  EFI_SMM_CONFIGURATION_PROTOCOL;
 \r
 /**\r
   Register the SMM Foundation entry point.\r
-  \r
-  This function registers the SMM Foundation entry point with the processor code. This entry point \r
+\r
+  This function registers the SMM Foundation entry point with the processor code. This entry point\r
   will be invoked by the SMM Processor entry code.\r
 \r
   @param[in] This                The EFI_SMM_CONFIGURATION_PROTOCOL instance.\r
   @param[in] SmmEntryPoint       SMM Foundation entry point.\r
-  \r
+\r
   @retval EFI_SUCCESS            Success to register SMM Entry Point.\r
   @retval EFI_INVALID_PARAMETER  SmmEntryPoint is NULL.\r
 **/\r
@@ -64,10 +64,10 @@ EFI_STATUS
 \r
 ///\r
 /// The EFI SMM Configuration Protocol is a mandatory protocol published by a DXE CPU driver to\r
-/// indicate which areas within SMRAM are reserved for use by the CPU for any purpose, \r
+/// indicate which areas within SMRAM are reserved for use by the CPU for any purpose,\r
 /// such as stack, save state or SMM entry point.\r
 ///\r
-/// The RegisterSmmEntry() function allows the SMM IPL DXE driver to register the SMM \r
+/// The RegisterSmmEntry() function allows the SMM IPL DXE driver to register the SMM\r
 /// Foundation entry point with the SMM entry vector code.\r
 ///\r
 struct _EFI_SMM_CONFIGURATION_PROTOCOL {\r