source:
vbox/trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.h@
105681
最後變更 在這個檔案從105681是 99404,由 提交於 2 年 前 | |
---|---|
|
|
檔案大小: 465 位元組 |
行 | |
---|---|
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 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器