Revert "NFC: driver: use SMEM to getPeripheralStatus at bootup"
This reverts commit 3b1ddde824
.
Change-Id: Id7c99947e9faf5edb76a5878a13e4abb11f2dbd6
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
#include "i2c_drv.h"
|
||||
#include "ese_cold_reset.h"
|
||||
|
||||
/*secure library headers*/
|
||||
#include "smcinvoke.h"
|
||||
#include "smcinvoke_object.h"
|
||||
#include "IClientEnv.h"
|
||||
|
||||
/* Max device count for this driver */
|
||||
#define DEV_COUNT 1
|
||||
/* i2c device class */
|
||||
@@ -319,5 +324,5 @@ int is_nfc_data_available_for_read(struct nfc_dev *nfc_dev);
|
||||
int validate_nfc_state_nci(struct nfc_dev *nfc_dev);
|
||||
int nfc_post_init(struct nfc_dev *nfc_dev);
|
||||
int nfc_dynamic_protection_ioctl(struct nfc_dev *nfc_dev, unsigned long sec_zone_trans);
|
||||
bool nfc_hw_secure_check_smem(void);
|
||||
bool nfc_hw_secure_check(void);
|
||||
#endif /* _COMMON_H_ */
|
||||
|
Reference in New Issue
Block a user