diff options
Diffstat (limited to 'include/net/nfc/nfc.h')
-rw-r--r-- | include/net/nfc/nfc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h index e80894bca1d0..2e8b40c16274 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -111,6 +111,9 @@ struct nfc_target { | |||
111 | u8 sensf_res[NFC_SENSF_RES_MAXSIZE]; | 111 | u8 sensf_res[NFC_SENSF_RES_MAXSIZE]; |
112 | u8 hci_reader_gate; | 112 | u8 hci_reader_gate; |
113 | u8 logical_idx; | 113 | u8 logical_idx; |
114 | u8 is_iso15693; | ||
115 | u8 iso15693_dsfid; | ||
116 | u8 iso15693_uid[NFC_ISO15693_UID_MAXSIZE]; | ||
114 | }; | 117 | }; |
115 | 118 | ||
116 | /** | 119 | /** |