xref: /netbsd-src/sys/arch/ofppc/stand/ofwboot/net.h (revision 75f6d617e282811cb173c2ccfbf5df0dd71f7045)
1 #ifndef NET_H_
2 #define NET_H_
3 
4 struct of_dev;
5 
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
8 
9 #endif /* NET_H_ */
10