1#ifndef _NETINET_IN_IFATTACH_H_
2#define _NETINET_IN_IFATTACH_H_
3
4void in_domifdetach(struct ifnet *, void *);
5void *in_domifattach(struct ifnet *);
6
7#endif /* !_NETINET_IN_IFATTACH_H_ */
8