Updated corresponding to - NFC_AR_00_E000_12.07.00_OpnSrc
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user