diff options
Diffstat (limited to 'include/net/mip6.h')
-rw-r--r-- | include/net/mip6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/mip6.h b/include/net/mip6.h index 644b8b673048..42b65bace122 100644 --- a/include/net/mip6.h +++ b/include/net/mip6.h | |||
@@ -25,6 +25,9 @@ | |||
25 | #ifndef _NET_MIP6_H | 25 | #ifndef _NET_MIP6_H |
26 | #define _NET_MIP6_H | 26 | #define _NET_MIP6_H |
27 | 27 | ||
28 | #define MIP6_OPT_PAD_1 0 | ||
29 | #define MIP6_OPT_PAD_N 1 | ||
30 | |||
28 | extern int mip6_init(void); | 31 | extern int mip6_init(void); |
29 | extern void mip6_fini(void); | 32 | extern void mip6_fini(void); |
30 | 33 | ||