1 /* $NetBSD: dev_net.h,v 1.3 1997/03/15 18:12:14 is Exp $ */ 2 3 int net_open __P((struct open_file *, ...)); 4 int net_close __P((struct open_file *)); 5 int net_ioctl(); 6 int net_strategy(); 7 8