TianoCore EDK2 master
Loading...
Searching...
No Matches
PciDevice.h
Go to the documentation of this file.
1
8#ifndef EDKII_PCI_DEVICE_PPI_H_
9#define EDKII_PCI_DEVICE_PPI_H_
10
11#include <Protocol/PciIo.h>
12#include <Protocol/DevicePath.h>
13
17#define EDKII_PCI_DEVICE_PPI_GUID \
18 { \
19 0x1597ab4f, 0xd542, 0x4efe, { 0x9a, 0xf7, 0xb2, 0x44, 0xec, 0x54, 0x4c, 0x0b } \
20 }
21
25typedef struct {
27 EFI_DEVICE_PATH_PROTOCOL *DevicePath;
29
30extern EFI_GUID gEdkiiPeiPciDevicePpiGuid;
31
32#endif // EDKII_PCI_DEVICE_PPI_H_
Definition: Base.h:213