]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Protocol / SmbiosSlotPopulation.h
diff --git a/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h b/Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
deleted file mode 100644 (file)
index ac051d1..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*++\r
-\r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
-                                                                                   \r\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\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