]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Guid/RootBridgesConnectedEventGroup.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / Guid / RootBridgesConnectedEventGroup.h
CommitLineData
9116c9c5
LE
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
b26f0cf9 12 SPDX-License-Identifier: BSD-2-Clause-Patent\r
9116c9c5
LE
13**/\r
14\r
15#ifndef _ROOT_BRIDGES_CONNECTED_EVENT_GROUP_H_\r
16#define _ROOT_BRIDGES_CONNECTED_EVENT_GROUP_H_\r
17\r
18#define ROOT_BRIDGES_CONNECTED_EVENT_GROUP_GUID \\r
19 { 0x24a2d66f, \\r
20 0xeedd, \\r
21 0x4086, \\r
22 { 0x90, 0x42, 0xf2, 0x6e, 0x47, 0x97, 0xee, 0x69 }, \\r
23 }\r
24\r
ac0a286f 25extern EFI_GUID gRootBridgesConnectedEventGroupGuid;\r
9116c9c5
LE
26\r
27#endif\r