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