]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h
88774dbdfbf63a1940a4e169abe45a34139bc429
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / DataHubStatusCodeRecord.h
1 /**@file
2 GUID used to identify Data Hub records that originate from the Tiano
3 ReportStatusCode API.
4
5 Copyright (c) 2006, Intel Corporation
6 All rights reserved. This program and the accompanying materials
7 are licensed and made available under the terms and conditions of the BSD License
8 which accompanies this distribution. The full text of the license may be found at
9 http://opensource.org/licenses/bsd-license.php
10
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13
14 **/
15
16
17 #ifndef __STATUS_CODE_H__
18 #define __STATUS_CODE_H__
19
20 #define EFI_DATA_HUB_STATUS_CODE_RECORD_GUID \
21 { \
22 0xd083e94c, 0x6560, 0x42e4, {0xb6, 0xd4, 0x2d, 0xf7, 0x5a, 0xdf, 0x6a, 0x2a } \
23 }
24
25 extern EFI_GUID gEfiDataHubStatusCodeRecordGuid;
26
27 #endif