diff options
author | Daniel TOMAS <dtomas.nxp@gmail.com> | 2011-09-01 17:09:40 +0200 |
---|---|---|
committer | Jeff Hamilton <jham@android.com> | 2011-09-09 11:57:19 -0700 |
commit | df82c4dd7c6d5ad232b5628edf73aa9ea3f8c2c0 (patch) | |
tree | 57aafb732392542d0c04e9700c7f4b543e30c3cf /src/phLibNfc.h | |
parent | 34caeca8a5ec2aedade68a77393d0aff03f9bd72 (diff) | |
download | external_libnfc-nxp-df82c4dd7c6d5ad232b5628edf73aa9ea3f8c2c0.zip external_libnfc-nxp-df82c4dd7c6d5ad232b5628edf73aa9ea3f8c2c0.tar.gz external_libnfc-nxp-df82c4dd7c6d5ad232b5628edf73aa9ea3f8c2c0.tar.bz2 |
Patch to add an API to load a FW image in the libnfc
This new API permit to load the PN544 FW image when a download is needed
at boot time.
Change-Id: I2b3406d7ae0f0211123bd680ef914e9948c81eef
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r-- | src/phLibNfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h index 790d619..719cfc1 100644 --- a/src/phLibNfc.h +++ b/src/phLibNfc.h @@ -851,6 +851,8 @@ NFCSTATUS phLibNfc_HW_Reset (); NFCSTATUS phLibNfc_Download_Mode (); +int phLibNfc_Load_Firmware_Image (); + // timeout is 8 bits // bits [0..3] => timeout value, (256*16/13.56*10^6) * 2^value // [0] -> 0.0003s |