PeiAcpiTimerLib.uni 540 B

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