]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugTimer.h
1. Remove any references on other files from DebugTimer.c, to avoid un-used symbols...
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / DebugTimer.h
CommitLineData
18b144ea 1/** @file\r
2 Header file for debug timer to support debug agent library implementation.\r
3\r
4fe43eb3 4 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
18b144ea 5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php.\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _DEBUG_TIMER_H_\r
16#define _DEBUG_TIMER_H_\r
17\r
18/**\r
4fe43eb3 19 Initialize CPU local APIC timer.\r
18b144ea 20\r
4fe43eb3 21 @return 32-bit Local APIC timer init count.\r
18b144ea 22**/\r
4fe43eb3 23UINT32\r
18b144ea 24InitializeDebugTimer (\r
25 VOID\r
26 );\r
27\r
28#endif\r
29\r