summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/bits/socket.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-07-23 20:06:48 -0400
committerUlrich Drepper <drepper@gmail.com>2011-07-23 20:06:48 -0400
commit8accd4dccc82caee4979cc86d064ddd43853d77d (patch)
tree73865ac46e23619de5e017cb6b14eff463e7fd1b /sysdeps/unix/sysv/linux/sparc/bits/socket.h
parentcbff0d9689c4d68578b6a4f0a17807232506ea27 (diff)
Define AF_NFC and PF_NFC
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits/socket.h')
-rw-r--r--sysdeps/unix/sysv/linux/sparc/bits/socket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/socket.h b/sysdeps/unix/sysv/linux/sparc/bits/socket.h
index f9538747bb..5f85d2170d 100644
--- a/sysdeps/unix/sysv/linux/sparc/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/sparc/bits/socket.h
@@ -111,7 +111,8 @@ enum __socket_type
#define PF_IEEE802154 36 /* IEEE 802.15.4 sockets. */
#define PF_CAIF 37 /* CAIF sockets. */
#define PF_ALG 38 /* Algorithm sockets. */
-#define PF_MAX 39 /* For now.. */
+#define PF_NFC 39 /* NFC sockets. */
+#define PF_MAX 40 /* For now.. */
/* Address families. */
#define AF_UNSPEC PF_UNSPEC
@@ -154,6 +155,7 @@ enum __socket_type
#define AF_IEEE802154 PF_IEEE802154
#define AF_CAIF PF_CAIF
#define AF_ALG PF_ALG
+#define AF_NFC PF_NFC
#define AF_MAX PF_MAX
/* Socket level values. Others are defined in the appropriate headers.