xref: /netbsd-src/sys/netinet/in_ifattach.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 #ifndef _NETINET_IN_IFATTACH_H_
2 #define	_NETINET_IN_IFATTACH_H_
3 
4 void	in_domifdetach(struct ifnet *, void *);
5 void	*in_domifattach(struct ifnet *);
6 
7 #endif /* !_NETINET_IN_IFATTACH_H_ */
8