2018-01-23 03:24:04 +01:00
|
|
|
// /** @file
|
|
|
|
// PEI ACPI Timer Library
|
|
|
|
//
|
|
|
|
// Provides basic timer support using the ACPI timer hardware. The performance
|
|
|
|
// counter features are provided by the processors time stamp counter.
|
|
|
|
//
|
|
|
|
// Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
|
|
|
|
//
|
2019-04-04 01:06:35 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2018-01-23 03:24:04 +01:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "ACPI Timer Library"
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Provides basic timer support using the ACPI timer hardware."
|
|
|
|
|