xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision d0fed6c87ddc40a8bffa6f99e7433ddfc864dd83)
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