summaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nfc.h
diff options
context:
space:
mode:
authorEric Lapuyade <eric.lapuyade@intel.com>2012-04-10 19:43:06 +0200
committerJohn W. Linville <linville@tuxdriver.com>2012-04-12 15:10:34 -0400
commit8b8d2e08bf0d50193931afd27482a59376b66b2b (patch)
tree7752d914ca7d89f2f2c00159bb718a53d9980139 /include/net/nfc/nfc.h
parente1da0efa2ee71df957b280bcfa41f82ce6986a1d (diff)
downloadlinux-8b8d2e08bf0d50193931afd27482a59376b66b2b.tar.gz
linux-8b8d2e08bf0d50193931afd27482a59376b66b2b.tar.xz
linux-8b8d2e08bf0d50193931afd27482a59376b66b2b.zip
NFC: HCI support
This is an implementation of ETSI TS 102 622 specification. Many NFC chipsets use HCI as the host <-> target protocol on top of a serial link like i2c. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/nfc/nfc.h')
-rw-r--r--include/net/nfc/nfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/nfc/nfc.h b/include/net/nfc/nfc.h
index 57ea09533ae1..431a6c59b418 100644
--- a/include/net/nfc/nfc.h
+++ b/include/net/nfc/nfc.h
@@ -78,6 +78,7 @@ struct nfc_target {
u8 sensb_res[NFC_SENSB_RES_MAXSIZE];
u8 sensf_res_len;
u8 sensf_res[NFC_SENSF_RES_MAXSIZE];
+ u8 hci_reader_gate;
};
struct nfc_genl_data {