|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IORemoteConfigDirectory |
| Inherits from: | |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
update |
public
virtual IOReturn update( UInt32 offset, const UInt32 *&romBase);
kIOReturnSuccess if the specified offset is now accessable at romBase[offset].
makes sure that the ROM has at least the specified capacity, and that the ROM is uptodate from its start to at least the specified quadlet offset.
ExpansionData |
protected
struct ExpansionData { };
This structure will be used to expand the capablilties of the class in the future.
reserved |
protected
ExpansionData *reserved;
Reserved for future use. (Internal use only)
Last Updated: 2009-10-14