summaryrefslogtreecommitdiffstats
path: root/src/phLibNfcStatus.h
diff options
context:
space:
mode:
authordaniel_Tomas <daniel.tomas@trusted-logic.com>2010-11-19 09:51:28 +0100
committerNick Pelly <npelly@google.com>2010-12-05 18:33:18 -0800
commit6e286043593b281d161dad4969e05ba9c53ef6d1 (patch)
treeb74fe3829b5be2fe04f5e5f76b832565368d5d56 /src/phLibNfcStatus.h
parent75b0473b9eedf7673ed4502978205f4fa5563357 (diff)
downloadexternal_libnfc-nxp-6e286043593b281d161dad4969e05ba9c53ef6d1.zip
external_libnfc-nxp-6e286043593b281d161dad4969e05ba9c53ef6d1.tar.gz
external_libnfc-nxp-6e286043593b281d161dad4969e05ba9c53ef6d1.tar.bz2
LLCP modification for concurence accesses
Change-Id: I428c58dfc2c791f87e0f5761f11bb59d26ad85b1
Diffstat (limited to 'src/phLibNfcStatus.h')
-rw-r--r--src/phLibNfcStatus.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/phLibNfcStatus.h b/src/phLibNfcStatus.h
index 5894dd9..62bd3ec 100644
--- a/src/phLibNfcStatus.h
+++ b/src/phLibNfcStatus.h
@@ -31,6 +31,18 @@
#include <phNfcStatus.h>
+#define LLCP_CHANGES
+#define LLCP_TRANSACT_CHANGES
+
+#ifdef LLCP_TRANSACT_CHANGES
+/* These two macros are defined due to non availibity of the below macros in header files
+#define PHFRINFC_LLCP_STATE_RESET_INIT 0 // \internal Initial state
+#define PHFRINFC_LLCP_STATE_CHECKED 1 // \internal The tag has been checked for LLCP compliance
+*/
+#define LLCP_STATE_RESET_INIT 0x00U
+#define LLCP_STATE_CHECKED 0x01U
+
+#endif /* #ifdef LLCP_TRANSACT_CHANGES */
#define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
( ((major) << 24) & 0xFF000000 ) | \
( ((minor) << 16) & 0x00FF0000 ) | \