]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Include/Guid/DataHubProducer.h
Add some function/header comments.
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / DataHubProducer.h
1 /** @file
2 DataHubProducer.h include all GUID definition for producer
3
4 Copyright (c) 2007, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 Module Name:
14
15 @par Revision Reference:
16 These GUID are from Cache subclass spec 0.9, DataHub SubClass spec 0.9, Memory SubClass Spec 0.9,
17 Processor Subclass spec 0.9, Misc SubClass spec 0.9.
18
19 **/
20
21 #ifndef _DATAHUB_PRODUCER_H_
22 #define _DATAHUB_PRODUCER_H_
23
24 #define EFI_PROCESSOR_PRODUCER_GUID \
25 { 0x1bf06aea, 0x5bec, 0x4a8d, {0x95, 0x76, 0x74, 0x9b, 0x09, 0x56, 0x2d, 0x30 } }
26
27 extern EFI_GUID gEfiProcessorProducerGuid;
28
29 #define EFI_MEMORY_PRODUCER_GUID \
30 { 0x1d7add6e, 0xb2da, 0x4b0b, {0xb2, 0x9f, 0x49, 0xcb, 0x42, 0xf4, 0x63, 0x56 } }
31
32 extern EFI_GUID gEfiMemoryProducerGuid;
33
34 #define EFI_MISC_PRODUCER_GUID \
35 { 0x62512c92, 0x63c4, 0x4d80, {0x82, 0xb1, 0xc1, 0xa4, 0xdc, 0x44, 0x80, 0xe5 } }
36
37 extern EFI_GUID gEfiMiscProducerGuid;
38
39 #endif // _DATAHUB_PRODUCER_H_