/** @file GUID definition for the PTT device instance. Copyright (c) 2012 - 2016, 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 __PTT_PTP_INSTANCE_GUID_H__ #define __PTT_PTP_INSTANCE_GUID_H__ #define TPM_DEVICE_INTERFACE_TPM20_PTT_PTP \ { 0x93d66f66, 0x55da, 0x4f03, { 0x9b, 0x5f, 0x32, 0xcf, 0x9e, 0x54, 0x3b, 0x3a } } extern EFI_GUID gTpmDeviceInstanceTpm20PttPtpGuid; #endif