source:
vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.h@
99396
最後變更 在這個檔案從99396是 89983,由 提交於 4 年 前 | |
---|---|
|
|
檔案大小: 466 位元組 |
行 | |
---|---|
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 | |
10 | #ifndef _DXE_STANDALONE_MM_ACPI_TIMER_LIB_H_ |
11 | #define _DXE_STANDALONE_MM_ACPI_TIMER_LIB_H_ |
12 | |
13 | /** |
14 | The constructor function enables ACPI IO space, and caches PerformanceCounterFrequency. |
15 | |
16 | @retval EFI_SUCCESS The constructor always returns RETURN_SUCCESS. |
17 | |
18 | **/ |
19 | EFI_STATUS |
20 | CommonAcpiTimerLibConstructor ( |
21 | VOID |
22 | ); |
23 | |
24 | #endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器