VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c@ 105681

最後變更 在這個檔案從105681是 89983,由 vboxsync 提交於 4 年 前

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 767 位元組
 
1/** @file
2 ACPI Timer implements one instance of Timer Library.
3
4 Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
5 Copyright (c) Microsoft Corporation.
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8**/
9
10#include <PiDxe.h>
11
12#include "DxeStandaloneMmAcpiTimerLib.h"
13
14/**
15 The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency.
16
17 @param ImageHandle The firmware allocated handle for the EFI image.
18 @param SystemTable A pointer to the EFI System Table.
19
20 @retval EFI_SUCCESS The constructor always returns RETURN_SUCCESS.
21
22**/
23EFI_STATUS
24EFIAPI
25DxeAcpiTimerLibConstructor (
26 IN EFI_HANDLE ImageHandle,
27 IN EFI_SYSTEM_TABLE *SystemTable
28 )
29{
30 return CommonAcpiTimerLibConstructor ();
31}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette