]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/SmbusArpMap.h
Vlv2DeviceRefCodePkg/ValleyView2Soc: Remove the unused code
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Guid / SmbusArpMap.h
1 //
2 //
3 /*++
4
5 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved
6
7 This program and the accompanying materials are licensed and made available under
8 the terms and conditions of the BSD License that accompanies this distribution.
9 The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php.
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15
16
17 Module Name:
18
19 SmbusArpMap.h
20
21 Abstract:
22
23 GUID for use in describing SMBus devices that were ARPed during PEI.
24
25 --*/
26 #ifndef _EFI_SMBUS_ARP_MAP_GUID_H_
27 #define _EFI_SMBUS_ARP_MAP_GUID_H_
28
29 #define EFI_SMBUS_ARP_MAP_GUID \
30 { \
31 0x707be83e, 0x0bf6, 0x40a5, 0xbe, 0x64, 0x34, 0xc0, 0x3a, 0xa0, 0xb8, 0xe2 \
32 }
33
34 extern EFI_GUID gEfiSmbusArpMapGuid;
35
36 #endif