summaryrefslogtreecommitdiffstats
path: root/src/phLibNfc_Internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/phLibNfc_Internal.h')
-rwxr-xr-x[-rw-r--r--]src/phLibNfc_Internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/phLibNfc_Internal.h b/src/phLibNfc_Internal.h
index c136032..baf028a 100644..100755
--- a/src/phLibNfc_Internal.h
+++ b/src/phLibNfc_Internal.h
@@ -41,13 +41,14 @@
#include <phFriNfc_LlcpTransport.h>
#include <phOsalNfc_Timer.h>
#include <phLibNfc_SE.h>
+#include <phHciNfc_CE.h>
#include <phFriNfc_NdefReg.h>
#include <phLibNfc.h>
#include <phLibNfc_initiator.h>
#include <phLibNfc_ndef_raw.h>
#include <phNfcLlcpTypes.h>
-/**Maximum number of Records.Presently set to a realistic value of 128
+/**Maximum number of Records.Presently set to a realistic value of 128
Configurable upto 1K*/
#define MAX_NO_OF_RECORDS 128U
#define CHK_NDEF_NOT_DONE 0x02U
@@ -209,6 +210,7 @@ typedef struct phLibNfc_LibContext
Status_t status;
phHal_sEmulationCfg_t sCardEmulCfg;
phLibNfc_SeCtxt_t sSeContext;
+ phLibNfc_CeCtxt_t sCeContext;
phNfc_sState_t LibNfcState;
phHal_sDevInputParam_t *psDevInputParam;