diff options
author | Eric Lapuyade <eric.lapuyade@linux.intel.com> | 2012-09-13 17:11:37 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-25 00:17:25 +0200 |
commit | 4a61cd6687fc6348d08724676d34e38160d6cf9b (patch) | |
tree | 9bfcd0af9ad2e7c085c0542f2565467659823789 /net/nfc/hci/llc.h | |
parent | NFC: Add a nop (passthrough) llc module to llc core (diff) | |
download | linux-4a61cd6687fc6348d08724676d34e38160d6cf9b.tar.xz linux-4a61cd6687fc6348d08724676d34e38160d6cf9b.zip |
NFC: Add an shdlc llc module to llc core
This is used by HCI drivers such as the one for the pn544 which require
communications between HCI and the chip to use shdlc.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/hci/llc.h')
-rw-r--r-- | net/nfc/hci/llc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/hci/llc.h b/net/nfc/hci/llc.h index acdd8d1bbae5..c7014fdfc8c9 100644 --- a/net/nfc/hci/llc.h +++ b/net/nfc/hci/llc.h @@ -56,5 +56,6 @@ int nfc_llc_register(const char *name, struct nfc_llc_ops *ops); void nfc_llc_unregister(const char *name); int nfc_llc_nop_register(void); +int nfc_llc_shdlc_register(void); #endif /* __LOCAL_LLC_H_ */ |