]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmbiosSlotPopulation.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / SmbiosSlotPopulation.h
diff --git a/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmbiosSlotPopulation.h b/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmbiosSlotPopulation.h
new file mode 100644 (file)
index 0000000..7ba9ea3
--- /dev/null
@@ -0,0 +1,53 @@
+/*++\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
+    SmbiosSlotPopulation.h\r
+\r
+Abstract:\r
+\r
+    EFI SMBIOS slot structure control code.\r
+\r
+GUID:\r
+    {EF7BF7D6-F8FF-4a76-8247-C0D0D1CC49C0}\r
+    0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0\r
+\r
+Revision History\r
+\r
+--*/\r
+\r
+#ifndef _EFI_SMBIOS_SLOT_POPULATION_H_\r
+#define _EFI_SMBIOS_SLOT_POPULATION_H_\r
+\r
+//\r
+// Slot Population Protocol GUID\r
+//\r
+#define EFI_SMBIOS_SLOT_POPULATION_GUID \\r
+  { 0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0 }\r
+\r
+typedef struct {\r
+  UINT16      SmbiosSlotId;   // SMBIOS Slot ID\r
+  BOOLEAN     InUse;          // Does the slot have a card in it\r
+  BOOLEAN     Disabled;       // Should the slot information be in SMBIOS\r
+} EFI_SMBIOS_SLOT_ENTRY;\r
+\r
+typedef struct {\r
+  UINT32                NumberOfEntries;\r
+  EFI_SMBIOS_SLOT_ENTRY *SlotEntries;\r
+} EFI_SMBIOS_SLOT_POPULATION_INFO;\r
+\r
+extern EFI_GUID gEfiSmbiosSlotPopulationGuid;\r
+\r
+#endif\r