dev_net.h revision 1.1
1
2int	net_open __P((struct open_file *, ...));
3int	net_close __P((struct open_file *));
4int	net_ioctl();
5int	net_strategy();
6
7