]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmCpuSaveState.h
IntelFrameworkPkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmCpuSaveState.h
index ba0d033392cdcc23273a0dac8f9263983d8829f4..78191d4ef57e78508cd0cba06050dacd0cc08b65 100644 (file)
@@ -2,13 +2,13 @@
   This file declares the SMM CPU Save State protocol, which provides the processor\r
   save-state information for IA-32 and Itanium processors.\r
 \r
-Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 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
+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
   @par Revision Reference:\r
@@ -30,19 +30,19 @@ typedef struct _EFI_SMM_CPU_SAVE_STATE_PROTOCOL  EFI_SMM_CPU_SAVE_STATE_PROTOCOL
 \r
 #pragma pack (1)\r
 \r
-/// \r
+///\r
 /// CPU save-state strcuture for IA32 and X64.\r
 ///\r
 /// This struct declaration does not exctly match the Framework SMM CIS 0.91 because the\r
 /// union in the Framework SMM CIS 0.91 contains an unnamed union member that causes build\r
-/// breaks on many compilers with high warning levels.  Instead, the UINT8 Reserved[0x200] \r
+/// breaks on many compilers with high warning levels.  Instead, the UINT8 Reserved[0x200]\r
 /// field has been moved into EFI_SMM_CPU_STATE32.  This maintains binary compatibility for\r
 /// the layout and also maintains source comaptibility for access of all fields in this\r
 /// union.\r
 ///\r
-/// This struct declaration does not exctly match the Framework SMM CIS 0.91 because \r
+/// This struct declaration does not exctly match the Framework SMM CIS 0.91 because\r
 /// the Framework SMM CIS 0.91 uses ASM_XXX for base types in this structure.  These\r
-/// have been changed to use the base types defined in the UEFI Specification. \r
+/// have been changed to use the base types defined in the UEFI Specification.\r
 ///\r
 typedef struct {\r
   UINT8   Reserved[0x200];\r
@@ -80,9 +80,9 @@ typedef struct {
 } EFI_SMM_CPU_STATE32;\r
 \r
 ///\r
-/// This struct declaration does not exctly match the Framework SMM CIS 0.91 because \r
+/// This struct declaration does not exctly match the Framework SMM CIS 0.91 because\r
 /// the Framework SMM CIS 0.91 uses ASM_XXX for base types in this structure.  These\r
-/// have been changed to use the base types defined in the UEFI Specification. \r
+/// have been changed to use the base types defined in the UEFI Specification.\r
 ///\r
 typedef struct {\r
   UINT8   Reserved1[0x1d0];  // fc00h\r
@@ -148,7 +148,7 @@ typedef struct {
 ///\r
 /// This union declaration does not exctly match the Framework SMM CIS 0.91 because the\r
 /// union in the Framework SMM CIS 0.91 contains an unnamed union member that causes build\r
-/// breaks on many compilers with high warning levels.  Instead, the UINT8 Reserved[0x200] \r
+/// breaks on many compilers with high warning levels.  Instead, the UINT8 Reserved[0x200]\r
 /// field has been moved into EFI_SMM_CPU_STATE32.  This maintains binary compatibility for\r
 /// the layout and also maintains source comaptibility for access of all fields in this\r
 /// union.\r