]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiSmmCis.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Pi / PiSmmCis.h
index 4f8d5d0fdfaef9bd04a7399876141da6b5213118..7692800e34e75ffdcf047143794467b2f9c13b73 100644 (file)
@@ -2,7 +2,7 @@
   Common definitions in the Platform Initialization Specification version 1.4a\r
   VOLUME 4 System Management Mode Core Interface version.\r
 \r
-  Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\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
@@ -69,24 +69,24 @@ typedef  EFI_MM_INTERRUPT_UNREGISTER           EFI_SMM_INTERRUPT_UNREGISTER;
 typedef struct _EFI_SMM_ENTRY_CONTEXT {\r
   EFI_SMM_STARTUP_THIS_AP  SmmStartupThisAp;\r
   ///\r
-  /// A number between zero and the NumberOfCpus field. This field designates which \r
+  /// A number between zero and the NumberOfCpus field. This field designates which\r
   /// processor is executing the SMM Foundation.\r
   ///\r
   UINTN                    CurrentlyExecutingCpu;\r
   ///\r
-  /// The number of possible processors in the platform.  This is a 1 based \r
+  /// The number of possible processors in the platform.  This is a 1 based\r
   /// counter.  This does not indicate the number of processors that entered SMM.\r
   ///\r
   UINTN                    NumberOfCpus;\r
   ///\r
-  /// Points to an array, where each element describes the number of bytes in the \r
-  /// corresponding save state specified by CpuSaveState. There are always \r
-  /// NumberOfCpus entries in the array. \r
+  /// Points to an array, where each element describes the number of bytes in the\r
+  /// corresponding save state specified by CpuSaveState. There are always\r
+  /// NumberOfCpus entries in the array.\r
   ///\r
   UINTN                    *CpuSaveStateSize;\r
   ///\r
-  /// Points to an array, where each element is a pointer to a CPU save state. The \r
-  /// corresponding element in CpuSaveStateSize specifies the number of bytes in the \r
+  /// Points to an array, where each element is a pointer to a CPU save state. The\r
+  /// corresponding element in CpuSaveStateSize specifies the number of bytes in the\r
   /// save state area. There are always NumberOfCpus entries in the array.\r
   ///\r
   VOID                     **CpuSaveState;\r
@@ -106,8 +106,8 @@ VOID
 ///\r
 /// System Management System Table (SMST)\r
 ///\r
-/// The System Management System Table (SMST) is a table that contains a collection of common \r
-/// services for managing SMRAM allocation and providing basic I/O services. These services are \r
+/// The System Management System Table (SMST) is a table that contains a collection of common\r
+/// services for managing SMRAM allocation and providing basic I/O services. These services are\r
 /// intended for both preboot and runtime usage.\r
 ///\r
 struct _EFI_SMM_SYSTEM_TABLE2 {\r
@@ -150,7 +150,7 @@ struct _EFI_SMM_SYSTEM_TABLE2 {
   ///\r
 \r
   ///\r
-  /// A number between zero and and the NumberOfCpus field. This field designates \r
+  /// A number between zero and and the NumberOfCpus field. This field designates\r
   /// which processor is executing the SMM infrastructure.\r
   ///\r
   UINTN                                CurrentlyExecutingCpu;\r
@@ -159,14 +159,14 @@ struct _EFI_SMM_SYSTEM_TABLE2 {
   ///\r
   UINTN                                NumberOfCpus;\r
   ///\r
-  /// Points to an array, where each element describes the number of bytes in the \r
-  /// corresponding save state specified by CpuSaveState. There are always \r
-  /// NumberOfCpus entries in the array. \r
+  /// Points to an array, where each element describes the number of bytes in the\r
+  /// corresponding save state specified by CpuSaveState. There are always\r
+  /// NumberOfCpus entries in the array.\r
   ///\r
   UINTN                                *CpuSaveStateSize;\r
   ///\r
-  /// Points to an array, where each element is a pointer to a CPU save state. The \r
-  /// corresponding element in CpuSaveStateSize specifies the number of bytes in the \r
+  /// Points to an array, where each element is a pointer to a CPU save state. The\r
+  /// corresponding element in CpuSaveStateSize specifies the number of bytes in the\r
   /// save state area. There are always NumberOfCpus entries in the array.\r
   ///\r
   VOID                                 **CpuSaveState;\r
@@ -180,8 +180,8 @@ struct _EFI_SMM_SYSTEM_TABLE2 {
   ///\r
   UINTN                                NumberOfTableEntries;\r
   ///\r
-  /// A pointer to the UEFI Configuration Tables. The number of entries in the table is \r
-  /// NumberOfTableEntries. \r
+  /// A pointer to the UEFI Configuration Tables. The number of entries in the table is\r
+  /// NumberOfTableEntries.\r
   ///\r
   EFI_CONFIGURATION_TABLE              *SmmConfigurationTable;\r
 \r