dev_net.h revision 1.4
11.4Sdbj/*	$NetBSD: dev_net.h,v 1.4 1999/03/26 15:41:38 dbj Exp $	*/
21.1Sgwr
31.1Sgwrint	net_open __P((struct open_file *, ...));
41.1Sgwrint	net_close __P((struct open_file *));
51.4Sdbjint	net_ioctl __P((struct open_file *, u_long, void *));
61.4Sdbjint	net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
7