diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2014-03-31 20:36:37 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-04-21 18:37:28 -0400 |
commit | 51d98fa47c9c3f5d34cd4097ce08e8e8669a89b4 (patch) | |
tree | 9af0accb23d8804c4e274100e39a50d7357b3389 /include/net/nfc/digital.h | |
parent | 3b82637813a9ea9f79ac6315341c59bfe408bf11 (diff) |
NFC: digital: Add macros for the ISO/IEC 14443-B Protocol
Add RF tech and framing macros for the ISO/IEC 14443-B Protocol.
Cc: Thierry Escande <thierry.escande@linux.intel.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc/digital.h')
-rw-r--r-- | include/net/nfc/digital.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/nfc/digital.h b/include/net/nfc/digital.h index 7655cfe27c34..bdf55c3b7a19 100644 --- a/include/net/nfc/digital.h +++ b/include/net/nfc/digital.h | |||
@@ -36,6 +36,7 @@ enum { | |||
36 | NFC_DIGITAL_RF_TECH_212F, | 36 | NFC_DIGITAL_RF_TECH_212F, |
37 | NFC_DIGITAL_RF_TECH_424F, | 37 | NFC_DIGITAL_RF_TECH_424F, |
38 | NFC_DIGITAL_RF_TECH_ISO15693, | 38 | NFC_DIGITAL_RF_TECH_ISO15693, |
39 | NFC_DIGITAL_RF_TECH_106B, | ||
39 | 40 | ||
40 | NFC_DIGITAL_RF_TECH_LAST, | 41 | NFC_DIGITAL_RF_TECH_LAST, |
41 | }; | 42 | }; |
@@ -62,6 +63,9 @@ enum { | |||
62 | NFC_DIGITAL_FRAMING_ISO15693_INVENTORY, | 63 | NFC_DIGITAL_FRAMING_ISO15693_INVENTORY, |
63 | NFC_DIGITAL_FRAMING_ISO15693_T5T, | 64 | NFC_DIGITAL_FRAMING_ISO15693_T5T, |
64 | 65 | ||
66 | NFC_DIGITAL_FRAMING_NFCB, | ||
67 | NFC_DIGITAL_FRAMING_NFCB_T4T, | ||
68 | |||
65 | NFC_DIGITAL_FRAMING_LAST, | 69 | NFC_DIGITAL_FRAMING_LAST, |
66 | }; | 70 | }; |
67 | 71 | ||