BaseAcpiTimerLib.uni 518 B

123456789101112131415
  1. /** @file
  2. Base ACPI Timer Library
  3. Provides basic timer support using the ACPI timer hardware. The performance
  4. counter features are provided by the processors time stamp counter.
  5. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  6. SPDX-License-Identifier: BSD-2-Clause-Patent
  7. **/
  8. #string STR_MODULE_ABSTRACT #language en-US "ACPI Timer Library"
  9. #string STR_MODULE_DESCRIPTION #language en-US "Provides basic timer support using the ACPI timer hardware."