NFC: Introduce target mode rx data callback
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 30 May 2012 22:05:50 +0000 (00:05 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 4 Jun 2012 19:34:31 +0000 (21:34 +0200)
This routine will be called by drivers whenever they receive data in target
mode. This should be unexpected events and as such should be handled by a
standalone API (i.e. not as a callback pointer from an existing API).

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found