Home | History | Annotate | Line # | Download | only in netboot
dev_net.h revision 1.2
      1  1.2  perry /*	$NetBSD: dev_net.h,v 1.2 1998/01/05 07:02:48 perry Exp $	*/
      2  1.2  perry 
      3  1.1    cgd 
      4  1.1    cgd int	net_open __P((struct open_file *, ...));
      5  1.1    cgd int	net_close __P((struct open_file *));
      6  1.1    cgd int	net_ioctl();
      7  1.1    cgd int	net_strategy();
      8  1.1    cgd 
      9