diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-11-13 00:30:35 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-12-02 02:01:21 +0100 |
commit | ba4db551bb48943bcebdacc30219d35a1248de11 (patch) | |
tree | 8f3d138ac8fc898240d9c08676f237c07438dc8d /include/net/nfc/nci_core.h | |
parent | c7dea2525b0a2c10423ddabea7c0ccc635380ba7 (diff) | |
download | blackbird-obmc-linux-ba4db551bb48943bcebdacc30219d35a1248de11.tar.gz blackbird-obmc-linux-ba4db551bb48943bcebdacc30219d35a1248de11.zip |
NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element
Some NFC controller using NCI protocols may need a proprietary commands
flow to discover all available 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/nci_core.h')
-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 cfea60748a39..8399a7964de4 100644 --- a/include/net/nfc/nci_core.h +++ b/include/net/nfc/nci_core.h @@ -72,6 +72,7 @@ struct nci_ops { int (*send)(struct nci_dev *ndev, struct sk_buff *skb); int (*setup)(struct nci_dev *ndev); __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol); + int (*discover_se)(struct nci_dev *ndev); }; #define NCI_MAX_SUPPORTED_RF_INTERFACES 4 |