From c30bd0f66b4a1b8519bf8321517bb9f0b2d553c1 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 22 Feb 2013 11:51:02 +0100 Subject: [PATCH] nfc_copy: Add LLCP socket option names --- include/nfc_copy.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.7.4