|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOFireWirePCRSpace.h |
Use the links in the table of contents to the left to access the documentation.
object to multiplex users of the PCR plug registers
Callback called after a successful lock transaction to a plug.
IOFireWirePCRCallback |
Callback called after a successful lock transaction to a plug.
typedef void ( *IOFireWirePCRCallback)( void *refcon, UInt16 nodeID, UInt32 plug, UInt32 oldVal, UInt32 newVal);
refconrefcon supplied to the IOFireWireFCPSpace when a client is registered
nodeIDis the node originating the request
plugNois the plug number
oldValis the value the plug used to contain
newValis the quad written into the plug
Last Updated: 2009-10-14