mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
25 lines
818 B
C
25 lines
818 B
C
/** @file
|
|
Copyright (C) 2017, Download-Fritz. All rights reserved.<BR>
|
|
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 APPLE_TSC_FREQUENCY_GUID_H
|
|
#define APPLE_TSC_FREQUENCY_GUID_H
|
|
|
|
// APPLE_TSC_FREQUENCY_GUID
|
|
#define APPLE_TSC_FREQUENCY_GUID \
|
|
{ 0x674ABEA3, 0x0FE5, 0x11E5, \
|
|
{ 0x98, 0x8E, 0xB8, 0xE8, 0x56, 0x2C, 0xBA, 0xFA } }
|
|
|
|
// gAppleTscFrequencyGuid
|
|
extern EFI_GUID gAppleTscFrequencyGuid;
|
|
|
|
#endif // APPLE_TSC_FREQUENCY_GUID_H
|