aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/nfc')
-rw-r--r--include/net/nfc/nci.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/nfc/nci.h b/include/net/nfc/nci.h
index d260ef3629db..88785e5c6b2c 100644
--- a/include/net/nfc/nci.h
+++ b/include/net/nfc/nci.h
@@ -351,6 +351,11 @@ struct activation_params_nfcb_poll_iso_dep {
351 __u8 attrib_res[50]; 351 __u8 attrib_res[50];
352}; 352};
353 353
354struct activation_params_poll_nfc_dep {
355 __u8 atr_res_len;
356 __u8 atr_res[63];
357};
358
354struct nci_rf_intf_activated_ntf { 359struct nci_rf_intf_activated_ntf {
355 __u8 rf_discovery_id; 360 __u8 rf_discovery_id;
356 __u8 rf_interface; 361 __u8 rf_interface;
@@ -374,6 +379,7 @@ struct nci_rf_intf_activated_ntf {
374 union { 379 union {
375 struct activation_params_nfca_poll_iso_dep nfca_poll_iso_dep; 380 struct activation_params_nfca_poll_iso_dep nfca_poll_iso_dep;
376 struct activation_params_nfcb_poll_iso_dep nfcb_poll_iso_dep; 381 struct activation_params_nfcb_poll_iso_dep nfcb_poll_iso_dep;
382 struct activation_params_poll_nfc_dep poll_nfc_dep;
377 } activation_params; 383 } activation_params;
378 384
379} __packed; 385} __packed;