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