diff options
author | daniel_Tomas <daniel.tomas@trusted-logic.com> | 2010-12-09 10:46:12 -0800 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2010-12-09 12:41:48 -0800 |
commit | 5e97605ca8d83414b122bae72e65ea388b66718a (patch) | |
tree | e3398ab19408f0ce0dd67c23569a8bce60d4d341 /src/phLibNfc.h | |
parent | ea7a513aa8474d6b26716b23555f4d77bc030d0e (diff) | |
download | external_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.zip external_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.tar.gz external_libnfc-nxp-5e97605ca8d83414b122bae72e65ea388b66718a.tar.bz2 |
Download feature added in the libnfc
Change-Id: Idfed8c90453a0acc7fa632f62a1e20617b4ae7f6
Diffstat (limited to 'src/phLibNfc.h')
-rw-r--r-- | src/phLibNfc.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/phLibNfc.h b/src/phLibNfc.h index 60ccff2..e3346a0 100644 --- a/src/phLibNfc.h +++ b/src/phLibNfc.h @@ -46,7 +46,9 @@ */ #define PHLIBNFC_MAXNO_OF_SE (0x02) -typedef uint32_t phLibNfc_Handle; +typedef uint32_t phLibNfc_Handle; + +extern const unsigned char *nxp_nfc_full_version; /** @@ -834,9 +836,9 @@ NFCSTATUS phLibNfc_Mgt_ConfigureDriver (pphLibNfc_sConfig_t psConfig, NFCSTATUS phLibNfc_Mgt_UnConfigureDriver (void * pDriverHandle ); -NFCSTATUS phLibNfc_HW_Reset (long level); +NFCSTATUS phLibNfc_HW_Reset (); -NFCSTATUS phLibNfc_Download_Mode (long level); +NFCSTATUS phLibNfc_Download_Mode (); /** * \ingroup grp_lib_nfc |