]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/SmbiosSlotPopulation.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Protocol / SmbiosSlotPopulation.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved\r
4\r
7ede8060 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
3cbfba02
DW
6\r
7\r
8\r
9Module Name:\r
10\r
11 SmbiosSlotPopulation.h\r
12\r
13Abstract:\r
14\r
15 EFI SMBIOS slot structure control code.\r
16\r
17GUID:\r
18 {EF7BF7D6-F8FF-4a76-8247-C0D0D1CC49C0}\r
19 0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0\r
20\r
21Revision History\r
22\r
23--*/\r
24\r
25#ifndef _EFI_SMBIOS_SLOT_POPULATION_H_\r
26#define _EFI_SMBIOS_SLOT_POPULATION_H_\r
27\r
28//\r
29// Slot Population Protocol GUID\r
30//\r
31#define EFI_SMBIOS_SLOT_POPULATION_GUID \\r
32 { 0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0 }\r
33\r
34typedef struct {\r
35 UINT16 SmbiosSlotId; // SMBIOS Slot ID\r
36 BOOLEAN InUse; // Does the slot have a card in it\r
37 BOOLEAN Disabled; // Should the slot information be in SMBIOS\r
38} EFI_SMBIOS_SLOT_ENTRY;\r
39\r
40typedef struct {\r
41 UINT32 NumberOfEntries;\r
42 EFI_SMBIOS_SLOT_ENTRY *SlotEntries;\r
43} EFI_SMBIOS_SLOT_POPULATION_INFO;\r
44\r
45extern EFI_GUID gEfiSmbiosSlotPopulationGuid;\r
46\r
47#endif\r