]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/Include/Guid/RootBridgesConnectedEventGroup.h
OvmfPkg/MemEncryptSevLib: find pages of initial SMRAM save state map
[mirror_edk2.git] / OvmfPkg / Include / Guid / RootBridgesConnectedEventGroup.h
... / ...
CommitLineData
1/** @file\r
2 An event group GUID with which BDS indicates that PCI root bridges have been\r
3 connected, and PciIo protocol instances have become available.\r
4\r
5 Note that this differs from the PCI Enumeration Complete Protocol as defined\r
6 in the PI 1.1 specification. That protocol is installed by the PCI bus driver\r
7 after enumeration and resource allocation have been completed, but before\r
8 PciIo protocol instances are created.\r
9\r
10 Copyright (C) 2016, Red Hat, Inc.\r
11\r
12 This program and the accompanying materials are licensed and made available\r
13 under the terms and conditions of the BSD License which accompanies this\r
14 distribution. The full text of the license may be found at\r
15 http://opensource.org/licenses/bsd-license.php\r
16\r
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
18 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
19**/\r
20\r
21#ifndef _ROOT_BRIDGES_CONNECTED_EVENT_GROUP_H_\r
22#define _ROOT_BRIDGES_CONNECTED_EVENT_GROUP_H_\r
23\r
24#define ROOT_BRIDGES_CONNECTED_EVENT_GROUP_GUID \\r
25 { 0x24a2d66f, \\r
26 0xeedd, \\r
27 0x4086, \\r
28 { 0x90, 0x42, 0xf2, 0x6e, 0x47, 0x97, 0xee, 0x69 }, \\r
29 }\r
30\r
31extern EFI_GUID gRootBridgesConnectedEventGroupGuid;\r
32\r
33#endif\r