#include <IOKit/avc/IOFireWirePCRSpace.h>
IOKit/avc/IOFireWirePCRSpace.h
IOFireWirePCRSpace.h
Class to multiplex access to the PCR addresses.
typedefIOFireWirePCRCallback
@typedef IOFireWirePCRCallback
@abstract Callback called after a successful lock transaction to a plug.
@param refcon refcon supplied to the IOFireWireFCPSpace when a client is registered
@param nodeID is the node originating the request
@param plugNo is the plug number
@param oldVal is the value the plug used to contain
@param newVal is the quad written into the plug
typedef void (*IOFireWirePCRCallback)(void *refcon, UInt16 nodeID, UInt32 plug, UInt32 oldVal, UInt32 newVal)