/** @file Internal header file for TscTimerLib instances. ;****************************************************************************** ;* Copyright (c) 2015, Insyde Software Corp. All Rights Reserved. ;* ;* You may not reproduce, distribute, publish, display, perform, modify, adapt, ;* transmit, broadcast, present, recite, release, license or otherwise exploit ;* any part of this publication in any form, by any means, without the prior ;* written permission of Insyde Software Corporation. ;* ;****************************************************************************** Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ #ifndef _TSC_TIMER_LIB_INTERNAL_H_ #define _TSC_TIMER_LIB_INTERNAL_H_ #include #include #include #include #include /** Get TSC frequency. @return The number of TSC counts per second. **/ UINT64 InternalGetTscFrequency ( VOID ); /** Calculate TSC frequency. @return The number of TSC counts per second. **/ UINT64 InternalCalculateTscFrequency ( VOID ); #endif