]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.h
OvmfPkg/SmmCpuFeaturesLib: SEV: encrypt+free pages of init. save state map
[mirror_edk2.git] / OvmfPkg / Library / AcpiTimerLib / AcpiTimerLib.h
CommitLineData
170ef2d9
GS
1/** @file\r
2 Internal definitions for ACPI Timer Library\r
3\r
4 Copyright (C) 2014, Gabriel L. Somlo <somlo@cmu.edu>\r
5\r
6 This program and the accompanying materials are licensed and made\r
7 available under the terms and conditions of the BSD License which\r
8 accompanies this distribution. The full text of the license may\r
9 be found at http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#ifndef _ACPI_TIMER_LIB_INTERNAL_H_\r
16#define _ACPI_TIMER_LIB_INTERNAL_H_\r
17\r
18/**\r
19 Internal function to read the current tick counter of ACPI.\r
20\r
21 @return The tick counter read.\r
22\r
23**/\r
24UINT32\r
25InternalAcpiGetTimerTick (\r
26 VOID\r
27 );\r
28\r
29#endif // _ACPI_TIMER_LIB_INTERNAL_H_\r