]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Include/Guid/DataHubRecords.h
update the file header comment
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / DataHubRecords.h
1 /** @file
2 DataHubRecord.h include all data hub sub class GUID defitions.
3
4 These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9,
5 Processor Subclass spec 0.9, Misc SubClass spec 0.9.
6
7 Copyright (c) 2007 - 2009, Intel Corporation
8 All rights reserved. This program and the accompanying materials
9 are licensed and made available under the terms and conditions of the BSD License
10 which accompanies this distribution. The full text of the license may be found at
11 http://opensource.org/licenses/bsd-license.php
12
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15
16 **/
17 #ifndef _DATAHUB_RECORDS_GUID_H_
18 #define _DATAHUB_RECORDS_GUID_H_
19
20 #include <PiPei.h>
21
22 #define EFI_PROCESSOR_SUBCLASS_GUID \
23 { 0x26fdeb7e, 0xb8af, 0x4ccf, {0xaa, 0x97, 0x02, 0x63, 0x3c, 0xe4, 0x8c, 0xa7 } }
24
25 extern EFI_GUID gEfiProcessorSubClassGuid;
26
27
28 #define EFI_CACHE_SUBCLASS_GUID \
29 { 0x7f0013a7, 0xdc79, 0x4b22, {0x80, 0x99, 0x11, 0xf7, 0x5f, 0xdc, 0x82, 0x9d } }
30
31 extern EFI_GUID gEfiCacheSubClassGuid;
32
33 ///
34 /// The memory subclass belongs to the data class and is identified as the memory
35 /// subclass by the GUID.
36 ///
37 #define EFI_MEMORY_SUBCLASS_GUID \
38 {0x4E8F4EBB, 0x64B9, 0x4e05, {0x9B, 0x18, 0x4C, 0xFE, 0x49, 0x23, 0x50, 0x97} }
39
40 extern EFI_GUID gEfiMemorySubClassGuid;
41
42 #define EFI_MISC_SUBCLASS_GUID \
43 { 0x772484B2, 0x7482, 0x4b91, {0x9F, 0x9A, 0xAD, 0x43, 0xF8, 0x1C, 0x58, 0x81 } }
44
45 extern EFI_GUID gEfiMiscSubClassGuid;
46
47 #endif