dev_net.h revision 1.1
11.1Sthorpej/*	$NetBSD: dev_net.h,v 1.1 2002/02/16 16:26:23 thorpej Exp $	*/
21.1Sthorpej
31.1Sthorpejint	net_open __P((struct open_file *, ...));
41.1Sthorpejint	net_close __P((struct open_file *));
51.1Sthorpejint	net_ioctl __P((struct open_file *, u_long, void *));
61.1Sthorpejint	net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
7