1// /** @file
2// DXE CPU Timer Library
3//
4// Provides basic timer support using CPUID Leaf 0x15 XTAL frequency.  The performance
5// counter features are provided by the processors time stamp counter.
6//
7// Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
8//
9// SPDX-License-Identifier: BSD-2-Clause-Patent
10//
11// **/
12
13
14#string STR_MODULE_ABSTRACT             #language en-US "CPU Timer Library"
15
16#string STR_MODULE_DESCRIPTION          #language en-US "Provides basic timer support using CPUID Leaf 0x15 XTAL frequency."
17
18