summaryrefslogtreecommitdiffstats
path: root/Linux_x86/phDal4Nfc_uart.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_uart.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_uart.h')
-rw-r--r--Linux_x86/phDal4Nfc_uart.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Linux_x86/phDal4Nfc_uart.h b/Linux_x86/phDal4Nfc_uart.h
index 329f626..1a19486 100644
--- a/Linux_x86/phDal4Nfc_uart.h
+++ b/Linux_x86/phDal4Nfc_uart.h
@@ -40,4 +40,5 @@ void phDal4Nfc_uart_close(void);
NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle);
int phDal4Nfc_uart_read(uint8_t * pBuffer, int nNbBytesToRead);
int phDal4Nfc_uart_write(uint8_t * pBuffer, int nNbBytesToWrite);
-
+int phDal4Nfc_uart_reset();
+int phDal4Nfc_uart_download();