Contents

update

Declaration

virtual IOReturn update(
 UInt32 offset,
 const UInt32 *&romBase) = 0;

Return Value

kIOReturnSuccess if the specified offset is now accessable at romBase[offset].

Overview

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.

See Also

Miscellaneous