nfc_copy: Update with new socket options
authorSamuel Ortiz <sameo@linux.intel.com>
Fri, 5 Apr 2013 13:49:33 +0000 (15:49 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 5 Apr 2013 13:49:33 +0000 (15:49 +0200)
include/nfc_copy.h

index 7440bc8..edcea60 100644 (file)
@@ -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 */