mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
10 lines
131 B
C
10 lines
131 B
C
#ifndef NET_H_
|
|
#define NET_H_
|
|
|
|
struct of_dev;
|
|
|
|
int net_open(struct of_dev *);
|
|
int net_close(struct of_dev *);
|
|
|
|
#endif /* NET_H_ */
|