diff options
Diffstat (limited to 'src/phDal4Nfc.h')
-rw-r--r-- | src/phDal4Nfc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/phDal4Nfc.h b/src/phDal4Nfc.h index 91feaa6..4cc03bc 100644 --- a/src/phDal4Nfc.h +++ b/src/phDal4Nfc.h @@ -621,6 +621,14 @@ NFCSTATUS phDal4Nfc_ConfigRelease( void *pHwRef); +extern +NFCSTATUS +phDal4Nfc_Reset(long level); + +extern +NFCSTATUS +phDal4Nfc_Download(long level); + /******************** Function declarations *************************/ #endif /* PHDALNFC_H */ |