Contents

simpleReadFixed

Create an address space object to handle fixed read-only memory (eg. the local ROM) handles everything itself

Declaration

static IOFWPseudoAddressSpace* simpleReadFixed( 
 IOFireWireBus *bus, 
 FWAddressaddr, 
 UInt32len, 
 const void *data);

Parameters

  • bus:

    Points to IOFireWireBus object.

  • addr:

    Points to starting address for the Pseudo Address Space.

  • len:

    Length of the Pseudo Address Space.

  • data:

    The virtual address of the first byte in the memory.

Return Value

returns valid IOFWPseudoAddressSpace on success, null on failure

See Also

Miscellaneous