xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision c41a4eebefede43f6950f838a387dc18c6a431bf)
1 /*	$NetBSD: dev_net.h,v 1.3 1997/03/15 18:12:14 is Exp $	*/
2 
3 int	net_open __P((struct open_file *, ...));
4 int	net_close __P((struct open_file *));
5 int	net_ioctl();
6 int	net_strategy();
7 
8