diff options
author | Mark A. Greer <mgreer@animalcreek.com> | 2014-03-31 17:36:37 -0700 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-04-22 00:37:28 +0200 |
commit | 51d98fa47c9c3f5d34cd4097ce08e8e8669a89b4 (patch) | |
tree | 9af0accb23d8804c4e274100e39a50d7357b3389 | |
parent | 3b82637813a9ea9f79ac6315341c59bfe408bf11 (diff) | |
download | op-kernel-dev-51d98fa47c9c3f5d34cd4097ce08e8e8669a89b4.zip op-kernel-dev-51d98fa47c9c3f5d34cd4097ce08e8e8669a89b4.tar.gz |
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>
-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 7655cfe..bdf55c3 100644 --- a/include/net/nfc/digital.h +++ b/include/net/nfc/digital.h @@ -36,6 +36,7 @@ enum { NFC_DIGITAL_RF_TECH_212F, NFC_DIGITAL_RF_TECH_424F, NFC_DIGITAL_RF_TECH_ISO15693, + NFC_DIGITAL_RF_TECH_106B, NFC_DIGITAL_RF_TECH_LAST, }; @@ -62,6 +63,9 @@ enum { NFC_DIGITAL_FRAMING_ISO15693_INVENTORY, NFC_DIGITAL_FRAMING_ISO15693_T5T, + NFC_DIGITAL_FRAMING_NFCB, + NFC_DIGITAL_FRAMING_NFCB_T4T, + NFC_DIGITAL_FRAMING_LAST, }; |