]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmmSmbus.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / SmmSmbus.h
1 /*++
2
3 Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 Module Name:
10
11 SmmSmbus.h
12
13 Abstract:
14
15 SmmSmbus Protocol
16
17 --*/
18 #ifndef __EFI_SMM_SMBUS_PROTOCOL_H__
19 #define __EFI_SMM_SMBUS_PROTOCOL_H__
20
21 //
22 // GUID for the SmmSmbus Protocol
23 //
24 // EDK and EDKII have different GUID formats
25 //
26
27 #define EFI_SMM_SMBUS_PROTOCOL_GUID \
28 { \
29 0x72e40094, 0x2ee1, 0x497a, 0x8f, 0x33, 0x4c, 0x93, 0x4a, 0x9e, 0x9c, 0xc \
30 }
31
32 //
33 // Resuse the DXE definition, and use another GUID.
34 //
35 typedef EFI_SMBUS_HC_PROTOCOL SMM_SMBUS_HC_PROTOCOL;
36
37 extern EFI_GUID gEfiSmmSmbusProtocolGuid;
38
39 #endif