X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FLibrary%2FDebugAgentTimerLib.h;h=0a5e5d491e1a662219b34b434665bd7513425a74;hp=fed071ad775b54076134e29fdfc2b845d38cec15;hb=ccca560b4f22f5f731a11abdb3f79fe7306bfd72;hpb=969eba7b0df70c9aa261eaf005085568b88de87c diff --git a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h old mode 100755 new mode 100644 index fed071ad77..0a5e5d491e --- a/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h +++ b/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h @@ -1,11 +1,11 @@ /** @file - Platform specific Debug Agent abstraction for timer used by the agent. + Platform specific Debug Agent abstraction for timer used by the agent. The timer is used by the debugger to break into a running program. - Copyright (c) 2008-2010, Apple Inc. All rights reserved. - - All rights reserved. This program and the accompanying materials + Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
+ + This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -31,32 +31,32 @@ EFIAPI DebugAgentTimerIntialize ( VOID ); - + /** Set the period for the debug agent timer. Zero means disable the timer. @param[in] TimerPeriodMilliseconds Frequency of the debug agent timer. -**/ +**/ VOID EFIAPI DebugAgentTimerSetPeriod ( IN UINT32 TimerPeriodMilliseconds ); - + /** - Perform End Of Interrupt for the debug agent timer. This is called in the - interrupt handler after the interrupt has been processed. + Perform End Of Interrupt for the debug agent timer. This is called in the + interrupt handler after the interrupt has been processed. -**/ +**/ VOID EFIAPI DebugAgentTimerEndOfInterrupt ( VOID ); - + #endif - - \ No newline at end of file + +