summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/nfc_copy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/nfc_copy.h b/include/nfc_copy.h
index 7969f46..855630f 100644
--- a/include/nfc_copy.h
+++ b/include/nfc_copy.h
@@ -220,4 +220,8 @@ struct sockaddr_nfc_llcp {
#define NFC_LLCP_DIRECTION_RX 0x00
#define NFC_LLCP_DIRECTION_TX 0x01
+/* socket option names */
+#define NFC_LLCP_RW 0
+#define NFC_LLCP_MIUX 1
+
#endif /*__LINUX_NFC_H */