No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / macppc / stand / ofwboot / net.h
blobf16316ed395cfc0547a1ca47225e62fff3dd6dc8
1 #ifndef NET_H_
2 #define NET_H_
4 struct of_dev;
6 int net_open(struct of_dev *);
7 int net_close(struct of_dev *);
9 #endif /* NET_H_ */