diff options
Diffstat (limited to 'include/linux/sock_diag.h')
-rw-r--r-- | include/linux/sock_diag.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sock_diag.h b/include/linux/sock_diag.h index ba4933b1213b..7999778ad08d 100644 --- a/include/linux/sock_diag.h +++ b/include/linux/sock_diag.h | |||
@@ -1,5 +1,8 @@ | |||
1 | #ifndef __SOCK_DIAG_H__ | 1 | #ifndef __SOCK_DIAG_H__ |
2 | #define __SOCK_DIAG_H__ | 2 | #define __SOCK_DIAG_H__ |
3 | |||
4 | #define SOCK_DIAG_BY_FAMILY 20 | ||
5 | |||
3 | struct sk_buff; | 6 | struct sk_buff; |
4 | struct nlmsghdr; | 7 | struct nlmsghdr; |
5 | 8 | ||