diff options
Diffstat (limited to 'include/linux/nfc.h')
| -rw-r--r-- | include/linux/nfc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfc.h b/include/linux/nfc.h index 330a4c5db58..c525e0b5876 100644 --- a/include/linux/nfc.h +++ b/include/linux/nfc.h @@ -123,4 +123,6 @@ struct sockaddr_nfc {  #define NFC_SOCKPROTO_RAW	0  #define NFC_SOCKPROTO_MAX	1 +#define NFC_HEADER_SIZE 1 +  #endif /*__LINUX_NFC_H */  |