xref: /netbsd-src/sys/lib/libsa/dev_net.h (revision 404fbe5fb94ca1e054339640cabb2801ce52dd30)
1 /*	$NetBSD: dev_net.h,v 1.5 2007/10/27 12:21:17 tsutsui Exp $	*/
2 
3 int	net_open __P((struct open_file *, ...));
4 int	net_close __P((struct open_file *));
5 int	net_ioctl __P((struct open_file *, u_long, void *));
6 int	net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
7 
8 #ifdef SUPPORT_BOOTP
9 extern int try_bootp;
10 #endif
11