]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Ppi / SmbusPolicy.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/SmbusPolicy.h
new file mode 100644 (file)
index 0000000..c4eba99
--- /dev/null
@@ -0,0 +1,46 @@
+//\r
+//\r
+\r
+/*++\r
+\r
+Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+\r
+  This program and the accompanying materials are licensed and made available under\r
+  the terms and conditions of the BSD License that accompanies this distribution.\r
+  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php.\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+\r
+\r
+Module Name:\r
+\r
+  SmbusPolicy.h\r
+\r
+Abstract:\r
+\r
+  Smbus Policy PPI as defined in EFI 2.0\r
+\r
+--*/\r
+#ifndef _PEI_SMBUS_POLICY_PPI_H\r
+#define _PEI_SMBUS_POLICY_PPI_H\r
+\r
+#define PEI_SMBUS_POLICY_PPI_GUID \\r
+  { \\r
+    0x63b6e435, 0x32bc, 0x49c6, 0x81, 0xbd, 0xb7, 0xa1, 0xa0, 0xfe, 0x1a, 0x6c \\r
+  }\r
+\r
+typedef struct _PEI_SMBUS_POLICY_PPI PEI_SMBUS_POLICY_PPI;\r
+\r
+typedef struct _PEI_SMBUS_POLICY_PPI {\r
+  UINTN   BaseAddress;\r
+  UINT32  PciAddress;\r
+  UINT8   NumRsvdAddress;\r
+  UINT8   *RsvdAddress;\r
+} PEI_SMBUS_POLICY_PPI;\r
+\r
+extern EFI_GUID gPeiSmbusPolicyPpiGuid;\r
+\r
+#endif\r