TianoCore EDK2 master
Loading...
Searching...
No Matches
IncompatiblePciDeviceSupport.h
Go to the documentation of this file.
1
70#ifndef _INCOMPATIBLE_PCI_DEVICE_SUPPORT_H_
71#define _INCOMPATIBLE_PCI_DEVICE_SUPPORT_H_
72
76#define EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL_GUID \
77 { \
78 0xeb23f55a, 0x7863, 0x4ac2, {0x8d, 0x3d, 0x95, 0x65, 0x35, 0xde, 0x03, 0x75} \
79 }
80
85
141typedef
145 IN UINTN VendorId,
146 IN UINTN DeviceId,
147 IN UINTN RevisionId,
148 IN UINTN SubsystemVendorId,
149 IN UINTN SubsystemDeviceId,
150 OUT VOID **Configuration
151 );
152
163};
164
165extern EFI_GUID gEfiIncompatiblePciDeviceSupportProtocolGuid;
166
167#endif
UINT64 UINTN
EFI_STATUS(EFIAPI * EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE)(IN EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL *This, IN UINTN VendorId, IN UINTN DeviceId, IN UINTN RevisionId, IN UINTN SubsystemVendorId, IN UINTN SubsystemDeviceId, OUT VOID **Configuration)
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE CheckDevice
Definition: Base.h:213