aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st21nfcb/ndlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nfc/st21nfcb/ndlc.h')
-rw-r--r--drivers/nfc/st21nfcb/ndlc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfcb/ndlc.h b/drivers/nfc/st21nfcb/ndlc.h
index c30a2f0faa5f..b28140e0cd78 100644
--- a/drivers/nfc/st21nfcb/ndlc.h
+++ b/drivers/nfc/st21nfcb/ndlc.h
@@ -42,6 +42,10 @@ struct llt_ndlc {
42 42
43 struct device *dev; 43 struct device *dev;
44 44
45 /*
46 * < 0 if hardware error occured
47 * and prevents normal operation.
48 */
45 int hard_fault; 49 int hard_fault;
46}; 50};
47 51