diff options
author | David Howells <dhowells@redhat.com> | 2008-02-23 15:23:28 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-23 17:12:13 -0800 |
commit | 55a26aeec07f8fdb0f7027a605a430338eb78f4e (patch) | |
tree | 0eab762ae208c64707cd4cc35270629cf9f66c60 /include/asm-mn10300 | |
parent | 860f7be283f8b8d7830a741cb72338057a753283 (diff) | |
download | linux-55a26aeec07f8fdb0f7027a605a430338eb78f4e.tar.bz2 |
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.h | 2 |
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 */ |