simpleRead
Create an address space object to handle read-only memory (eg. the local ROM) handles everything itself
Declaration
static IOFWPseudoAddressSpace* simpleRead(
IOFireWireBus *bus,
FWAddress *addr,
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