1 #ifndef _IP_ALIAS_H 2 #define _IP_ALIAS_H 3 4 /* 5 * IP alias specific prototypes 6 */ 7 8 #include <linux/net_alias.h> 9 10 extern int ip_alias_init(void); 11 extern int ip_alias_done(void); 12 13 #endif /* _IP_ALIAS_H */