xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision 81b108b45f75f89f1e3ffad9fb6f074e771c0935)
1 
2 int	net_open __P((struct open_file *, ...));
3 int	net_close __P((struct open_file *));
4 int	net_ioctl();
5 int	net_strategy();
6 
7