diff options
Diffstat (limited to 'drivers/nfc/st21nfcb/ndlc.h')
-rw-r--r-- | drivers/nfc/st21nfcb/ndlc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfcb/ndlc.h b/drivers/nfc/st21nfcb/ndlc.h index b28140e0cd78..cf6a9d9f2983 100644 --- a/drivers/nfc/st21nfcb/ndlc.h +++ b/drivers/nfc/st21nfcb/ndlc.h @@ -47,6 +47,7 @@ struct llt_ndlc { * and prevents normal operation. */ int hard_fault; + int powered; }; int ndlc_open(struct llt_ndlc *ndlc); |