Loading...
Searching...
No Matches
Go to the documentation of this file.
10#ifndef __UEFI_PCI_CAP_PCI_IO_LIB_H__
11#define __UEFI_PCI_CAP_PCI_IO_LIB_H__
17#define PROTO_DEV_SIG SIGNATURE_64 ('P', 'C', 'P', 'I', 'O', 'P', 'R', 'T')
35#define PROTO_DEV_FROM_PCI_CAP_DEV(PciDevice) \
36 CR (PciDevice, PROTO_DEV, BaseDevice, PROTO_DEV_SIG)