|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOPCI2PCIBridge |
| Inherits from: |
IOPCIBridge
|
| Declared In: |
Base class for all PCI-to-PCI bridge drivers.
ExpansionData |
protected
struct ExpansionData { // /hotp IOByteCount xpressCapability; IOFilterInterruptEventSource *bridgeInterruptSource; IOWorkLoop *workLoop; uint32_t hotplugCount; uint8_t presence; uint8_t waitingLinkEnable; uint8_t linkChangeOnly; uint8_t interruptEnablePending; uint8_t __reserved[4]; // hotp/ };
This structure will be used to expand the capablilties of the IOWorkLoop in the future.
reserved |
protected
ExpansionData *reserved;
Reserved for future use. (Internal use only)
Last Updated: 2009-10-14