]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/SmmCorePlatformHookLib.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Library / SmmCorePlatformHookLib.h
index 773d0615b7c59bc0d704aec99d55c62f536fc1b8..5771c5156f315bb1a494cd6e622894cde5ac0135 100644 (file)
@@ -2,13 +2,13 @@
   Smm Core Platform Hook Library.  This library class defines a set of platform\r
   hooks called by the SMM Core.\r
 \r
-Copyright (c) 2011, 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) 2011 - 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
+http://opensource.org/licenses/bsd-license.php.\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \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
@@ -18,9 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 /**\r
   Performs platform specific tasks before invoking registered SMI handlers.\r
-  \r
+\r
   This function performs platform specific tasks before invoking registered SMI handlers.\r
-  \r
+\r
   @retval EFI_SUCCESS       The platform hook completes successfully.\r
   @retval Other values      The paltform hook cannot complete due to some error.\r
 \r
@@ -34,9 +34,9 @@ PlatformHookBeforeSmmDispatch (
 \r
 /**\r
   Performs platform specific tasks after invoking registered SMI handlers.\r
-  \r
+\r
   This function performs platform specific tasks after invoking registered SMI handlers.\r
-  \r
+\r
   @retval EFI_SUCCESS       The platform hook completes successfully.\r
   @retval Other values      The paltform hook cannot complete due to some error.\r
 \r
@@ -46,5 +46,5 @@ EFIAPI
 PlatformHookAfterSmmDispatch (\r
   VOID\r
   );\r
-  \r
+\r
 #endif\r