TianoCore EDK2 master
Loading...
Searching...
No Matches
PciCapPciSegmentLib.h
Go to the documentation of this file.
1
10#ifndef __PCI_CAP_PCI_SEGMENT_LIB_H__
11#define __PCI_CAP_PCI_SEGMENT_LIB_H__
12
13#include <Library/PciCapLib.h>
14
51RETURN_STATUS
52EFIAPI
54 IN PCI_CAP_DOMAIN MaxDomain,
55 IN UINT16 Segment,
56 IN UINT8 Bus,
57 IN UINT8 Device,
58 IN UINT8 Function,
59 OUT PCI_CAP_DEV **PciDevice
60 );
61
68VOID
69EFIAPI
71 IN PCI_CAP_DEV *PciDevice
72 );
73
74#endif // __PCI_CAP_PCI_SEGMENT_LIB_H__
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
VOID EFIAPI PciCapPciSegmentDeviceUninit(IN PCI_CAP_DEV *PciDevice)
RETURN_STATUS EFIAPI PciCapPciSegmentDeviceInit(IN PCI_CAP_DOMAIN MaxDomain, IN UINT16 Segment, IN UINT8 Bus, IN UINT8 Device, IN UINT8 Function, OUT PCI_CAP_DEV **PciDevice)