]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Library / DebugAgentTimerLib.h
old mode 100755 (executable)
new mode 100644 (file)
index d4fc145..d6f3b67
@@ -1,29 +1,21 @@
 /** @file\r
-  Platform specific Debug Agent abstraction for timer used by the agent. \r
+  Platform specific Debug Agent abstraction for timer used by the agent.\r
 \r
   The timer is used by the debugger to break into a running program.\r
 \r
   Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
-  \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
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #ifndef __GDB_TIMER_LIB__\r
 #define __GDB_TIMER_LIB__\r
 \r
-\r
-\r
 /**\r
   Setup all the hardware needed for the debug agents timer.\r
 \r
-  This function is used to set up debug enviroment. It may enable interrupts.\r
+  This function is used to set up debug environment. It may enable interrupts.\r
 \r
 **/\r
 VOID\r
@@ -31,32 +23,28 @@ EFIAPI
 DebugAgentTimerIntialize (\r
   VOID\r
   );\r
-  \r
 \r
 /**\r
   Set the period for the debug agent timer. Zero means disable the timer.\r
 \r
   @param[in] TimerPeriodMilliseconds    Frequency of the debug agent timer.\r
 \r
-**/  \r
+**/\r
 VOID\r
 EFIAPI\r
 DebugAgentTimerSetPeriod (\r
   IN  UINT32  TimerPeriodMilliseconds\r
   );\r
-  \r
 \r
 /**\r
-  Perform End Of Interrupt for the debug agent timer. This is called in the \r
-  interrupt handler after the interrupt has been processed. \r
+  Perform End Of Interrupt for the debug agent timer. This is called in the\r
+  interrupt handler after the interrupt has been processed.\r
 \r
-**/  \r
+**/\r
 VOID\r
 EFIAPI\r
 DebugAgentTimerEndOfInterrupt (\r
   VOID\r
   );\r
-  \r
+\r
 #endif\r
-  \r
-  
\ No newline at end of file