]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLib.h
SourceLevelDebugPkg: Clean up source files
[mirror_edk2.git] / SourceLevelDebugPkg / Library / PeCoffExtraActionLibDebug / PeCoffExtraActionLib.h
index 3f919287e80c5549e8718f60e08ee027492a3d39..9216d9b0dfda503be749d47c4cf878b2a924e32f 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PE/Coff Extra Action library instances, it will report image debug info.\r
 \r
-  Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2013 - 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
@@ -43,14 +43,14 @@ extern UINTN  AsmInterruptHandle;
   @retval  FALSE    IDT entries were not setuo by Debug Agent.\r
 \r
 **/\r
-BOOLEAN \r
+BOOLEAN\r
 CheckDebugAgentHandler (\r
   IN  IA32_DESCRIPTOR            *IdtDescriptor,\r
   IN  UINTN                      InterruptType\r
   );\r
 \r
 /**\r
-  Save IDT entry for INT1 and update it. \r
+  Save IDT entry for INT1 and update it.\r
 \r
   @param[in]  IdtDescriptor      Pointer to IDT Descriptor.\r
   @param[out] SavedIdtEntry      Original IDT entry returned.\r
@@ -63,7 +63,7 @@ SaveAndUpdateIdtEntry1 (
   );\r
 \r
 /**\r
-  Restore IDT entry for INT1. \r
+  Restore IDT entry for INT1.\r
 \r
   @param[in]  IdtDescriptor      Pointer to IDT Descriptor.\r
   @param[in]  RestoredIdtEntry   IDT entry to be restored.\r