NetBSD/sys/arch/next68k/stand/boot/dev_net.h

8 lines
190 B
C
Raw Normal View History

1998-06-09 11:53:05 +04:00
/* $NetBSD: dev_net.h,v 1.1.1.1 1998/06/09 07:53:06 dbj Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();