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