aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@linux.intel.com>2012-10-23 11:37:43 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-19 23:56:59 +0100
commit9c5121a034b1414d83c553e9961bda823e2e65b4 (patch)
treed1833773936f1e0ba59c9bc436c94d0fba38375c /include/net/nfc
parentNFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers (diff)
downloadlinux-dev-9c5121a034b1414d83c553e9961bda823e2e65b4.tar.xz
linux-dev-9c5121a034b1414d83c553e9961bda823e2e65b4.zip
NFC: Export nfc_hci_sak_to_protocol()
Some HCI drivers will need it. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r--include/net/nfc/hci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h
index 150e3caddbcf..671953e11575 100644
--- a/include/net/nfc/hci.h
+++ b/include/net/nfc/hci.h
@@ -237,5 +237,6 @@ int nfc_hci_send_response(struct nfc_hci_dev *hdev, u8 gate, u8 response,
int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event,
const u8 *param, size_t param_len);
int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate);
+u32 nfc_hci_sak_to_protocol(u8 sak);
#endif /* __NET_HCI_H */