summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phDal4Nfc_i2c.h
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-10-27 21:29:08 -0500
committerJeff Hamilton <jham@android.com>2010-10-28 02:02:26 -0500
commit3e98767aaf73b4779a2bb39601806045b2ba1739 (patch)
tree6906ecae34f195da704264a2fc25dfd4ab9eb1d4 /Linux_x86/phDal4Nfc_i2c.h
parent8763a1998eee9b43169bf0824a77b00b3b88a938 (diff)
downloadexternal_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.zip
external_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.tar.gz
external_libnfc-nxp-3e98767aaf73b4779a2bb39601806045b2ba1739.tar.bz2
Patch from NXP. Libnfc - Download,Reset mode management and driver workaround with delay
Change-Id: I736e5f50db749c9570b24194fe3963efbacc5c52
Diffstat (limited to 'Linux_x86/phDal4Nfc_i2c.h')
-rw-r--r--Linux_x86/phDal4Nfc_i2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Linux_x86/phDal4Nfc_i2c.h b/Linux_x86/phDal4Nfc_i2c.h
index fe391aa..f9dda6a 100644
--- a/Linux_x86/phDal4Nfc_i2c.h
+++ b/Linux_x86/phDal4Nfc_i2c.h
@@ -36,4 +36,5 @@ void phDal4Nfc_i2c_close(void);
NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
int phDal4Nfc_i2c_read(uint8_t * pBuffer, int nNbBytesToRead);
int phDal4Nfc_i2c_write(uint8_t * pBuffer, int nNbBytesToWrite);
-
+int phDal4Nfc_i2c_reset(long level);
+int phDal4Nfc_i2c_download(long level);