xref: /netbsd-src/sys/arch/alpha/stand/netboot/dev_net.h (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1 /*	$NetBSD: dev_net.h,v 1.4 2009/03/14 14:45:53 dsl Exp $	*/
2 
3 
4 int	net_open(struct open_file *, ...);
5 int	net_close(struct open_file *);
6 int	net_ioctl(struct open_file *, u_long, void *);
7 int	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
8 
9