NetBSD/sys/lib/libsa/dev_net.h
1995-06-09 22:02:39 +00:00

7 lines
125 B
C

int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();