Updated corresponding to - NFC_AR_00_E000_12.07.00_OpnSrc

This commit is contained in:
nxf35421
2021-07-02 17:51:36 +05:30
parent 22458900cc
commit f94d1b082c
4 changed files with 53 additions and 9 deletions

View File

@@ -177,6 +177,7 @@ struct nfc_dev {
uint8_t nfc_state;
/* NFC VEN pin state */
bool nfc_ven_enabled;
bool release_read;
union {
struct i2c_dev i2c_dev;
};
@@ -193,6 +194,7 @@ struct nfc_dev {
};
int nfc_dev_open(struct inode *inode, struct file *filp);
int nfc_dev_flush(struct file *pfile, fl_owner_t id);
int nfc_dev_close(struct inode *inode, struct file *filp);
long nfc_dev_ioctl(struct file *pfile, unsigned int cmd, unsigned long arg);
int nfc_parse_dt(struct device *dev, struct platform_configs *nfc_configs,