Home | History | Annotate | Line # | Download | only in netboot
dev_net.h revision 1.3.112.1
      1  1.3.112.1   yamt /*	$NetBSD: dev_net.h,v 1.3.112.1 2009/05/04 08:10:31 yamt Exp $	*/
      2        1.2  perry 
      3        1.1    cgd 
      4  1.3.112.1   yamt int	net_open(struct open_file *, ...);
      5  1.3.112.1   yamt int	net_close(struct open_file *);
      6  1.3.112.1   yamt int	net_ioctl(struct open_file *, u_long, void *);
      7  1.3.112.1   yamt int	net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
      8        1.1    cgd 
      9