summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorVincent Cuissard <cuissard@marvell.com>2015-10-26 10:27:38 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-10-27 04:16:14 +0100
commite5629d29470134af1954d2bbe45c4f2b73f68ee9 (patch)
treed081e47d07ccbde48a1f9ff674d27f7bb5aa7265 /include/net/nfc
parentfb101c0e9cc635b811b413b26a6690240c303f54 (diff)
downloadlinux-e5629d29470134af1954d2bbe45c4f2b73f68ee9.tar.gz
linux-e5629d29470134af1954d2bbe45c4f2b73f68ee9.tar.xz
NFC: NCI: export nci_send_frame and nci_send_cmd function
Export nci_send_frame and nci_send_cmd symbols to allow drivers to use it. This is needed for example if NCI is used during firmware download phase. Signed-off-by: Vincent Cuissard <cuissard@marvell.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r--include/net/nfc/nci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h
index 530df66f9484..77880bdf93a8 100644
--- a/include/net/nfc/nci_core.h
+++ b/include/net/nfc/nci_core.h
@@ -288,6 +288,7 @@ int nci_core_reset(struct nci_dev *ndev);
int nci_core_init(struct nci_dev *ndev);
int nci_recv_frame(struct nci_dev *ndev, struct sk_buff *skb);
+int nci_send_frame(struct nci_dev *ndev, struct sk_buff *skb);
int nci_set_config(struct nci_dev *ndev, __u8 id, size_t len, __u8 *val);
int nci_nfcee_discover(struct nci_dev *ndev, u8 action);