diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-14 01:00:34 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-01-14 01:00:34 +0100 |
commit | 3a73d9043114f402c2d90eee059f0531f10875e4 (patch) | |
tree | 6e86052e28d43106f21104935f967d1368842d4c /include | |
parent | 2d818feedd22a7ef9d9d939976ae5237a8aef2ee (diff) | |
download | neard-3a73d9043114f402c2d90eee059f0531f10875e4.tar.gz neard-3a73d9043114f402c2d90eee059f0531f10875e4.tar.bz2 neard-3a73d9043114f402c2d90eee059f0531f10875e4.zip |
target: Export NFCID to plugins
Diffstat (limited to 'include')
-rw-r--r-- | include/target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/target.h b/include/target.h index f15fba8..f42fe14 100644 --- a/include/target.h +++ b/include/target.h @@ -34,5 +34,7 @@ struct near_tag *near_target_add_tag(uint32_t adapter_idx, uint32_t target_idx, size_t data_length); enum near_target_sub_type near_target_get_subtype(uint32_t adapter_idx, uint32_t target_idx); +uint8_t *near_target_get_nfcid(uint32_t adapter_idx, uint32_t target_idx, + uint8_t *nfcid_len); #endif |