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