xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1 /*	$NetBSD: dev_net.h,v 1.4 1999/03/26 15:41:38 dbj Exp $	*/
2 
3 int	net_open __P((struct open_file *, ...));
4 int	net_close __P((struct open_file *));
5 int	net_ioctl __P((struct open_file *, u_long, void *));
6 int	net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
7