summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-04-05 15:49:33 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-04-05 15:49:33 +0200
commit11fd187b4b8c7cda5fc4c0fee09a42c50b1b9071 (patch)
tree78be61d4e50d07c78a225e0cda688aa42aa56e65
parenteb509d7b5c6da78fdf65a0399e699cc9f9c32b6f (diff)
downloadneard-11fd187b4b8c7cda5fc4c0fee09a42c50b1b9071.tar.gz
neard-11fd187b4b8c7cda5fc4c0fee09a42c50b1b9071.tar.bz2
neard-11fd187b4b8c7cda5fc4c0fee09a42c50b1b9071.zip
nfc_copy: Update with new socket options
-rw-r--r--include/nfc_copy.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/nfc_copy.h b/include/nfc_copy.h
index 7440bc8..edcea60 100644
--- a/include/nfc_copy.h
+++ b/include/nfc_copy.h
@@ -233,7 +233,11 @@ struct sockaddr_nfc_llcp {
#define NFC_LLCP_DIRECTION_TX 0x01
/* socket option names */
-#define NFC_LLCP_RW 0
-#define NFC_LLCP_MIUX 1
+/* socket option names */
+#define NFC_LLCP_RW 0
+#define NFC_LLCP_MIUX 1
+#define NFC_LLCP_REMOTE_MIU 2
+#define NFC_LLCP_REMOTE_LTO 3
+#define NFC_LLCP_REMOTE_RW 4
#endif /*__LINUX_NFC_H */