aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorArron Wang <arron.wang@intel.com>2013-08-23 16:02:08 +0800
committerSamuel Ortiz <sameo@linux.intel.com>2013-09-25 01:35:39 +0200
commitd8eb18eecaf358e37f4941c2b8cba3c4b8122b7f (patch)
tree8015cd632f32844243672661919fb832ba6d93f1 /include/net/nfc
parentNFC: pn544: Add SE discover operation (diff)
downloadlinux-dev-d8eb18eecaf358e37f4941c2b8cba3c4b8122b7f.tar.xz
linux-dev-d8eb18eecaf358e37f4941c2b8cba3c4b8122b7f.zip
NFC: Export nfc_find_se()
This will be needed by all NFC driver implementing the SE ops. Signed-off-by: Arron Wang <arron.wang@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r--include/net/nfc/nfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h
index f68ee68e4e3e..e34859423105 100644
--- a/include/net/nfc/nfc.h
+++ b/include/net/nfc/nfc.h
@@ -243,5 +243,6 @@ void nfc_driver_failure(struct nfc_dev *dev, int err);
int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type);
int nfc_remove_se(struct nfc_dev *dev, u32 se_idx);
+struct nfc_se *nfc_find_se(struct nfc_dev *dev, u32 se_idx);
#endif /* __NET_NFC_H */