simpleRW(IOFireWireBus *, FWAddress *, IOMemoryDescriptor *)
Create an address space object to handle r/w memory handles everything itself
Declaration
static IOFWPseudoAddressSpace* simpleRW(
IOFireWireBus *bus,
FWAddress *addr,
IOMemoryDescriptor *data);Parameters
- bus:
Points to IOFireWireBus object.
- addr:
Points to starting address for 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