diff options
author | Vincent Cuissard <cuissard@marvell.com> | 2015-10-26 10:27:38 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-10-27 04:16:14 +0100 |
commit | e5629d29470134af1954d2bbe45c4f2b73f68ee9 (patch) | |
tree | d081e47d07ccbde48a1f9ff674d27f7bb5aa7265 /include/net | |
parent | fb101c0e9cc635b811b413b26a6690240c303f54 (diff) | |
download | linux-e5629d29470134af1954d2bbe45c4f2b73f68ee9.tar.gz linux-e5629d29470134af1954d2bbe45c4f2b73f68ee9.tar.bz2 linux-e5629d29470134af1954d2bbe45c4f2b73f68ee9.zip |
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')
-rw-r--r-- | include/net/nfc/nci_core.h | 1 |
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); |