Home | History | Annotate | Line # | Download | only in netboot
dev_net.h revision 1.1
      1 
      2 int	net_open __P((struct open_file *, ...));
      3 int	net_close __P((struct open_file *));
      4 int	net_ioctl();
      5 int	net_strategy();
      6 
      7