]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/SmmSwapAddressRange.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmSwapAddressRange.h
index 60a0a2c4a2424cb20d6bc0edede656458bb9735e..b5fe0488cf2837f3232f1eb27529bfffa5847c57 100644 (file)
@@ -1,20 +1,20 @@
 /** @file\r
-  The EFI_SMM_SWAP_ADDRESS_RANGE_PROTOCOL is related to EDK II-specific implementation \r
-  and used to abstract the swap operation of boot block and backup block of FV in EFI \r
-  SMM environment. This swap is especially needed when updating the boot block of FV. \r
-  If a power failure happens during the boot block update, the swapped backup block \r
-  (now the boot block) can boot the machine with the old boot block backed up in it. \r
-  The swap operation is platform dependent, so other protocols such as SMM FTW (Fault \r
+  The EFI_SMM_SWAP_ADDRESS_RANGE_PROTOCOL is related to EDK II-specific implementation\r
+  and used to abstract the swap operation of boot block and backup block of FV in EFI\r
+  SMM environment. This swap is especially needed when updating the boot block of FV.\r
+  If a power failure happens during the boot block update, the swapped backup block\r
+  (now the boot block) can boot the machine with the old boot block backed up in it.\r
+  The swap operation is platform dependent, so other protocols such as SMM FTW (Fault\r
   Tolerant Write) should use this protocol instead of handling hardware directly.\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
+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
+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
@@ -29,10 +29,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   }\r
 \r
 //\r
-// SMM Swap Address Range protocol structure is the same as Swap Address Range protocol.  \r
-// The SMM one is intend to run in SMM environment, which means it can be used by \r
-// SMM drivers after ExitPmAuth. \r
-// \r
+// SMM Swap Address Range protocol structure is the same as Swap Address Range protocol.\r
+// The SMM one is intend to run in SMM environment, which means it can be used by\r
+// SMM drivers after ExitPmAuth.\r
+//\r
 typedef EFI_SWAP_ADDRESS_RANGE_PROTOCOL EFI_SMM_SWAP_ADDRESS_RANGE_PROTOCOL;\r
 \r
 extern EFI_GUID gEfiSmmSwapAddressRangeProtocolGuid;\r