1/*	$NetBSD: dev_net.h,v 1.1 2002/02/16 16:26:23 thorpej Exp $	*/
2
3int	net_open(struct open_file *, ...);
4int	net_close(struct open_file *);
5int	net_ioctl(struct open_file *, u_long, void *);
6int	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
7