commit | 73167ced31d15c04e57b9e0885ac05675e9195a4 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Thu May 31 00:05:50 2012 +0200 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Mon Jun 04 21:34:31 2012 +0200 |
tree | 165bc763ef1058ad8ec66ccd8adbb39c5af7e6f1 | |
parent | be9ae4ce4ee66e211815122ab4f41913efed4fec [diff] |
NFC: Introduce target mode rx data callback 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>