]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/SmmLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / SmmLib.h
index d1241c1967644844aca3155011d77d1eef3bdd9b..3b85355b7b41050fad4b2aec7acd452d1cc37db6 100644 (file)
@@ -1,16 +1,16 @@
 /** @file\r
   Library class name: SmmLib\r
-  \r
-  SMM Library Services that abstracts both S/W SMI generation and detection. \r
 \r
-  Copyright (c) 2007 - 2010, 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
+  SMM Library Services that abstracts both S/W SMI generation and detection.\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) 2007 - 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
@@ -19,7 +19,7 @@
 \r
 \r
 /**\r
-  Triggers an SMI at boot time.  \r
+  Triggers an SMI at boot time.\r
 \r
   This function triggers a software SMM interrupt at boot time.\r
 \r
@@ -32,7 +32,7 @@ TriggerBootServiceSoftwareSmi (
 \r
 \r
 /**\r
-  Triggers an SMI at run time.  \r
+  Triggers an SMI at run time.\r
 \r
   This function triggers a software SMM interrupt at run time.\r
 \r
@@ -45,7 +45,7 @@ TriggerRuntimeSoftwareSmi (
 \r
 \r
 /**\r
-  Test if a boot time software SMI happened.  \r
+  Test if a boot time software SMI happened.\r
 \r
   This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and\r
   it was triggered at boot time, it returns TRUE. Otherwise, it returns FALSE.\r
@@ -62,7 +62,7 @@ IsBootServiceSoftwareSmi (
 \r
 \r
 /**\r
-  Test if a run time software SMI happened.  \r
+  Test if a run time software SMI happened.\r
 \r
   This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and\r
   it was triggered at run time, it returns TRUE. Otherwise, it returns FALSE.\r
@@ -78,8 +78,8 @@ IsRuntimeSoftwareSmi (
   );\r
 \r
 /**\r
-  Clear APM SMI Status Bit; Set the EOS bit. \r
-  \r
+  Clear APM SMI Status Bit; Set the EOS bit.\r
+\r
 **/\r
 VOID\r
 EFIAPI\r