NetBSD/sys/lib/libsa/dev_net.h

7 lines
125 B
C
Raw Normal View History

1995-06-10 02:02:39 +04:00
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();