xref: /netbsd-src/sys/arch/alpha/stand/netboot/dev_net.h (revision d710132b4b8ce7f7cccaaf660cb16aa16b4077a0)
1 /*	$NetBSD: dev_net.h,v 1.3 2002/11/09 06:34:38 thorpej Exp $	*/
2 
3 
4 int	net_open __P((struct open_file *, ...));
5 int	net_close __P((struct open_file *));
6 int	net_ioctl __P((struct open_file *, u_long, void *));
7 int	net_strategy __P((void *, int , daddr_t , size_t, void *, size_t *));
8 
9