TianoCore EDK2 master
Loading...
Searching...
No Matches
PciEnumerationComplete.h
Go to the documentation of this file.
1
14#ifndef _PCI_ENUMERATION_COMPLETE_H_
15#define _PCI_ENUMERATION_COMPLETE_H_
16
17#define EFI_PCI_ENUMERATION_COMPLETE_GUID \
18 { \
19 0x30cfe3e7, 0x3de1, 0x4586, { 0xbe, 0x20, 0xde, 0xab, 0xa1, 0xb3, 0xb7, 0x93 } \
20 }
21
22extern EFI_GUID gEfiPciEnumerationCompleteProtocolGuid;
23
24#endif
Definition: Base.h:213