typedef SInt32 (*IODTCompareAddressCellFunc)
(UInt32 cellCount, UInt32 left[], UInt32 right[]);
+
typedef void (*IODTNVLocationFunc)
(IORegistryEntry * entry,
UInt8 * busNum, UInt8 * deviceNum, UInt8 * functionNum );
IODTCompareAddressCellFunc compareFunc,
IODTNVLocationFunc locationFunc );
+void IODTGetCellCounts( IORegistryEntry * regEntry,
+ UInt32 * sizeCount, UInt32 * addressCount);
+
bool IODTResolveAddressCell( IORegistryEntry * regEntry,
UInt32 cellsIn[],
IOPhysicalAddress * phys, IOPhysicalLength * len );