dev_net.h revision 1.2
11.2Sdsl/*	$NetBSD: dev_net.h,v 1.2 2009/03/14 14:46:00 dsl Exp $	*/
21.1Sthorpej
31.2Sdslint	net_open(struct open_file *, ...);
41.2Sdslint	net_close(struct open_file *);
51.2Sdslint	net_ioctl(struct open_file *, u_long, void *);
61.2Sdslint	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
7