repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
netinet
/
in_ifattach.h
blob
2f5dfa2c900ad4b5795bf0daf285ffa937a7ee80
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_ */