#include <IOKit/pci/IOPCIBridge.h>
IOKit/pci/IOPCIBridge.h Kernel.framework
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
3 enums · 2 structs · 2 typedefs · 1 macro
underlying type unsigned int
| kCheckLinkParents | 1 | |
| kCheckLinkForPower | 2 | |
| kCheckLinkInTraining | 4 | |
underlying type unsigned int
| kIOPCIResourceTypeMemory | 0 | |
| kIOPCIResourceTypePrefetchMemory | 1 | |
| kIOPCIResourceTypeIO | 2 | |
| kIOPCIResourceTypeBusNumber | 3 | |
| kIOPCIResourceTypeCount | 4 | |
Adapter hotplug states
underlying type unsigned int
| kIOPCIAdapterPresent | 0 | |
| kIOPCIAdapterHotAddPending | 1 | |
| kIOPCIAdapterNotPresent | 2 | |
| kIOPCIAdapterHotRemovePending | 3 | |
| kIOPCIAdapterNotPresentPending | 4 | |
| kIOPCIAdapterUnused | 5 | |
typedef struct configOpParams configOpParams;
typedef struct probeBusParams probeBusParams;
#define kIOPCI2PCIBridgeName "IOPP"