aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/nfc/hci.h')
-rw-r--r--include/net/nfc/hci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h
index 6cee6e21fc46..9b5ed2d94d60 100644
--- a/include/net/nfc/hci.h
+++ b/include/net/nfc/hci.h
@@ -87,6 +87,8 @@ struct nfc_hci_dev {
87 87
88 struct nfc_hci_ops *ops; 88 struct nfc_hci_ops *ops;
89 89
90 struct nfc_llc *llc;
91
90 struct nfc_hci_init_data init_data; 92 struct nfc_hci_init_data init_data;
91 93
92 void *clientdata; 94 void *clientdata;
@@ -113,6 +115,7 @@ struct nfc_hci_dev {
113struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops, 115struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops,
114 struct nfc_hci_init_data *init_data, 116 struct nfc_hci_init_data *init_data,
115 u32 protocols, 117 u32 protocols,
118 const char *llc_name,
116 int tx_headroom, 119 int tx_headroom,
117 int tx_tailroom, 120 int tx_tailroom,
118 int max_link_payload); 121 int max_link_payload);