summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/socket.h
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-09-23 01:49:27 +0200
committerAnton Vorontsov <avorontsov@ru.mvista.com>2009-09-23 01:49:27 +0200
commitf056878332a91ed984a116bad4e7d49aefff9e6e (patch)
tree572f4757c8e7811d45e0be0c2ae529c78fb63441 /include/asm-generic/socket.h
parentpower_supply: Add driver for the PMU on WM831x PMICs (diff)
parentMerge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadlinux-f056878332a91ed984a116bad4e7d49aefff9e6e.tar.xz
linux-f056878332a91ed984a116bad4e7d49aefff9e6e.zip
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts: drivers/power/wm97xx_battery.c
Diffstat (limited to 'include/asm-generic/socket.h')
-rw-r--r--include/asm-generic/socket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-generic/socket.h b/include/asm-generic/socket.h
index 5d79e409241c..538991cef6f0 100644
--- a/include/asm-generic/socket.h
+++ b/include/asm-generic/socket.h
@@ -60,4 +60,7 @@
#define SO_TIMESTAMPING 37
#define SCM_TIMESTAMPING SO_TIMESTAMPING
+#define SO_PROTOCOL 38
+#define SO_DOMAIN 39
+
#endif /* __ASM_GENERIC_SOCKET_H */