diff options
Diffstat (limited to 'include/net/nfc')
-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 8399a7964de4..db2d12790112 100644 --- a/include/net/nfc/nci_core.h +++ b/include/net/nfc/nci_core.h | |||
@@ -73,6 +73,7 @@ struct nci_ops { | |||
73 | int (*setup)(struct nci_dev *ndev); | 73 | int (*setup)(struct nci_dev *ndev); |
74 | __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol); | 74 | __u32 (*get_rfprotocol)(struct nci_dev *ndev, __u8 rf_protocol); |
75 | int (*discover_se)(struct nci_dev *ndev); | 75 | int (*discover_se)(struct nci_dev *ndev); |
76 | int (*enable_se)(struct nci_dev *ndev, u32 se_idx); | ||
76 | }; | 77 | }; |
77 | 78 | ||
78 | #define NCI_MAX_SUPPORTED_RF_INTERFACES 4 | 79 | #define NCI_MAX_SUPPORTED_RF_INTERFACES 4 |