xref: /netbsd/sys/arch/i386/stand/pxeboot/dev_net.h (revision 02cdf4d2)
1*02cdf4d2Sdsl /*	$NetBSD: dev_net.h,v 1.2 2009/03/14 14:46:00 dsl Exp $	*/
20aec9f65Sthorpej 
3*02cdf4d2Sdsl int	net_open(struct open_file *, ...);
4*02cdf4d2Sdsl int	net_close(struct open_file *);
5*02cdf4d2Sdsl int	net_ioctl(struct open_file *, u_long, void *);
6*02cdf4d2Sdsl int	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
7