aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mn10300
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2008-02-23 15:23:28 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-23 17:12:13 -0800
commit55a26aeec07f8fdb0f7027a605a430338eb78f4e (patch)
tree0eab762ae208c64707cd4cc35270629cf9f66c60 /include/asm-mn10300
parentMN10300: define HZ as a config option (diff)
downloadlinux-dev-55a26aeec07f8fdb0f7027a605a430338eb78f4e.tar.xz
linux-dev-55a26aeec07f8fdb0f7027a605a430338eb78f4e.zip
MN10300: define SO_MARK
Define SO_MARK for MN10300. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-mn10300')
-rw-r--r--include/asm-mn10300/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mn10300/socket.h b/include/asm-mn10300/socket.h
index 99ca648b94c5..80af9c4ccad7 100644
--- a/include/asm-mn10300/socket.h
+++ b/include/asm-mn10300/socket.h
@@ -52,4 +52,6 @@
#define SO_TIMESTAMPNS 35
#define SCM_TIMESTAMPNS SO_TIMESTAMPNS
+#define SO_MARK 36
+
#endif /* _ASM_SOCKET_H */