]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Protocol/SmbiosSlotPopulation.h
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmmCr3" with PatchInstructionX86()
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Protocol / SmbiosSlotPopulation.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14Module Name:\r
15\r
16 SmbiosSlotPopulation.h\r
17\r
18Abstract:\r
19\r
20 EFI SMBIOS slot structure control code.\r
21\r
22GUID:\r
23 {EF7BF7D6-F8FF-4a76-8247-C0D0D1CC49C0}\r
24 0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0\r
25\r
26Revision History\r
27\r
28**/\r
29\r
30#ifndef _EFI_SMBIOS_SLOT_POPULATION_H_\r
31#define _EFI_SMBIOS_SLOT_POPULATION_H_\r
32\r
33//\r
34// Slot Population Protocol GUID\r
35//\r
36#define EFI_SMBIOS_SLOT_POPULATION_GUID \\r
37 { 0xef7bf7d6, 0xf8ff, 0x4a76, 0x82, 0x47, 0xc0, 0xd0, 0xd1, 0xcc, 0x49, 0xc0 }\r
38\r
39typedef struct {\r
40 UINT16 SmbiosSlotId; // SMBIOS Slot ID\r
41 BOOLEAN InUse; // Does the slot have a card in it\r
42 BOOLEAN Disabled; // Should the slot information be in SMBIOS\r
43} EFI_SMBIOS_SLOT_ENTRY;\r
44\r
45typedef struct {\r
46 UINT32 NumberOfEntries;\r
47 EFI_SMBIOS_SLOT_ENTRY *SlotEntries;\r
48} EFI_SMBIOS_SLOT_POPULATION_INFO;\r
49\r
50extern EFI_GUID gEfiSmbiosSlotPopulationGuid;\r
51\r
52#endif\r