]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/SmmControl.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / SmmControl.h
index 341a29ba2a8d4833e521127b5dea8dad27b94eb6..0c62196fb44cb461cb83b9fca2e6bb8af8d3f2ae 100644 (file)
@@ -9,7 +9,7 @@
   event from a platform chipset agent is an optional capability for both IA-32 and Itanium-based\r
   systems.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -64,7 +64,7 @@ EFI_STATUS
 \r
   @param  PeiServices           General purpose services available to every PEIM.\r
   @param  This                  The PEI_SMM_CONTROL_PPI instance.\r
-  @param  Periodic              Optional parameter to repeat at this period one \r
+  @param  Periodic              Optional parameter to repeat at this period one\r
                                 time or, if the Periodic Boolean is set, periodically.\r
 \r
   @retval EFI_SUCCESS           The SMI/PMI has been engendered.\r
@@ -85,7 +85,7 @@ EFI_STATUS
 ///  - A processor driver to abstract the SMI/PMI IPI\r
 ///  - The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an\r
 ///  Intel chipset\r
-/// \r
+///\r
 struct _PEI_SMM_CONTROL_PPI {\r
   PEI_SMM_ACTIVATE    Trigger;\r
   PEI_SMM_DEACTIVATE  Clear;\r