diff options
author | Eric Lapuyade <eric.lapuyade@intel.com> | 2012-04-30 16:21:51 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-09 20:42:04 (GMT) |
commit | a9a741a7e2e6337ae5c030e78827c233c08902a7 (patch) | |
tree | 3983a98f7fff990d420aa123081ffc3ef9b2c8e1 /include/net/nfc | |
parent | c32cdbd84ffe289a1386eccb794b047a8366913d (diff) | |
download | linux-a9a741a7e2e6337ae5c030e78827c233c08902a7.tar.xz |
NFC: Prepare asynchronous error management for driver and shdlc
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net/nfc')
-rw-r--r-- | include/net/nfc/hci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/nfc/hci.h b/include/net/nfc/hci.h index e30e6a8..d25dd9b 100644 --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h @@ -112,6 +112,8 @@ void nfc_hci_unregister_device(struct nfc_hci_dev *hdev); void nfc_hci_set_clientdata(struct nfc_hci_dev *hdev, void *clientdata); void *nfc_hci_get_clientdata(struct nfc_hci_dev *hdev); +void nfc_hci_driver_failure(struct nfc_hci_dev *hdev, int err); + /* Host IDs */ #define NFC_HCI_HOST_CONTROLLER_ID 0x00 #define NFC_HCI_TERMINAL_HOST_ID 0x01 |