xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision 3f38114d96d11291ac23755a3aed0a4e13086e88)
1 /*	$NetBSD: dev_net.h,v 1.6 2009/01/17 14:00:36 tsutsui Exp $	*/
2 
3 int	net_open(struct open_file *, ...);
4 int	net_close(struct open_file *);
5 int	net_ioctl(struct open_file *, u_long, void *);
6 int	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
7 
8 #ifdef SUPPORT_BOOTP
9 extern int try_bootp;
10 #endif
11