]> git.proxmox.com Git - mirror_edk2.git/blob - PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / PcAtChipsetPkg / Library / AcpiTimerLib / DxeStandaloneMmAcpiTimerLib.h
1 /** @file
2 Header file internal to ACPI TimerLib.
3
4 Copyright (c) Microsoft Corporation.
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _DXE_STANDALONE_MM_ACPI_TIMER_LIB_H_
10 #define _DXE_STANDALONE_MM_ACPI_TIMER_LIB_H_
11
12 /**
13 The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency.
14
15 @retval EFI_SUCCESS The constructor always returns RETURN_SUCCESS.
16
17 **/
18 EFI_STATUS
19 CommonAcpiTimerLibConstructor (
20 VOID
21 );
22
23 #endif