diff options
Diffstat (limited to 'include/net')
-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 ccfe757a94ec..8696b773a695 100644 --- a/include/net/nfc/nfc.h +++ b/include/net/nfc/nfc.h | |||
@@ -65,12 +65,15 @@ struct nfc_ops { | |||
65 | 65 | ||
66 | #define NFC_TARGET_IDX_ANY -1 | 66 | #define NFC_TARGET_IDX_ANY -1 |
67 | #define NFC_MAX_GT_LEN 48 | 67 | #define NFC_MAX_GT_LEN 48 |
68 | #define NFC_MAX_NFCID1_LEN 10 | ||
68 | 69 | ||
69 | struct nfc_target { | 70 | struct nfc_target { |
70 | u32 idx; | 71 | u32 idx; |
71 | u32 supported_protocols; | 72 | u32 supported_protocols; |
72 | u16 sens_res; | 73 | u16 sens_res; |
73 | u8 sel_res; | 74 | u8 sel_res; |
75 | u8 nfcid1_len; | ||
76 | u8 nfcid1[NFC_MAX_NFCID1_LEN]; | ||
74 | }; | 77 | }; |
75 | 78 | ||
76 | struct nfc_genl_data { | 79 | struct nfc_genl_data { |