aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2014-11-13 00:30:36 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2014-12-02 02:01:21 +0100
commit93bca2bfa4b79b689603b56feeea0ebed2842cbe (patch)
treed0479cb079628f90d563d039b7e4ea253e3a479b /include/net/nfc
parentNFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element (diff)
downloadlinux-dev-93bca2bfa4b79b689603b56feeea0ebed2842cbe.tar.xz
linux-dev-93bca2bfa4b79b689603b56feeea0ebed2842cbe.zip
NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element
Some NFC controller using NCI protocols may need a proprietary commands flow to enable a secure element Signed-off-by: Christophe Ricard <christophe-h.ricard@st.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 8399a7964de4..db2d12790112 100644
--- a/include/net/nfc/nci_core.h
+++ b/include/net/nfc/nci_core.h
@@ -73,6 +73,7 @@ struct nci_ops {
int (*setup)(struct nci_dev *ndev);
__u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol);
int (*discover_se)(struct nci_dev *ndev);
+ int (*enable_se)(struct nci_dev *ndev, u32 se_idx);
};
#define NCI_MAX_SUPPORTED_RF_INTERFACES 4