]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmmSmbus.h
Vlv2DeviceRefCodePkg/ValleyView2Soc: Remove the unused code
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / SmmSmbus.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved\r
4\r
5 This program and the accompanying materials are licensed and made available under\r
6 the terms and conditions of the BSD License that accompanies this distribution.\r
7 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
13\r
14\r
15Module Name:\r
16\r
17 SmmSmbus.h\r
18\r
19Abstract:\r
20\r
21 SmmSmbus Protocol\r
22\r
23--*/\r
24#ifndef __EFI_SMM_SMBUS_PROTOCOL_H__\r
25#define __EFI_SMM_SMBUS_PROTOCOL_H__\r
26\r
27//\r
28// GUID for the SmmSmbus Protocol\r
29//\r
30// EDK and EDKII have different GUID formats\r
31//\r
32\r
33#define EFI_SMM_SMBUS_PROTOCOL_GUID \\r
34 { \\r
35 0x72e40094, 0x2ee1, 0x497a, 0x8f, 0x33, 0x4c, 0x93, 0x4a, 0x9e, 0x9c, 0xc \\r
36 }\r
37\r
38//\r
39// Resuse the DXE definition, and use another GUID.\r
40//\r
41typedef EFI_SMBUS_HC_PROTOCOL SMM_SMBUS_HC_PROTOCOL;\r
42\r
43extern EFI_GUID gEfiSmmSmbusProtocolGuid;\r
44\r
45#endif\r