]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/PciEnumerationComplete.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / PciEnumerationComplete.h
CommitLineData
1f7ff5ab 1/** @file\r
2 PCI Enumeration Complete Protocol as defined in the PI 1.1 specification.\r
3 This protocol indicates that pci enumeration complete\r
4\r
9df063a0 5 Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
9344f092 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
1f7ff5ab 7\r
8 @par Revision Reference:\r
9 This Protocol is defined in UEFI Platform Initialization Specification 1.2\r
10 Volume 5: Standards\r
11\r
12**/\r
13\r
14#ifndef _PCI_ENUMERATION_COMPLETE_H_\r
15#define _PCI_ENUMERATION_COMPLETE_H_\r
16\r
17#define EFI_PCI_ENUMERATION_COMPLETE_GUID \\r
18 { \\r
19 0x30cfe3e7, 0x3de1, 0x4586, { 0xbe, 0x20, 0xde, 0xab, 0xa1, 0xb3, 0xb7, 0x93 } \\r
20 }\r
21\r
2f88bd3a 22extern EFI_GUID gEfiPciEnumerationCompleteProtocolGuid;\r
1f7ff5ab 23\r
24#endif\r