NetBSD/sys/arch/mvme68k/stand/netboot/dev_net.h
chuck 3df32569f8 Makefile: update from OpenBSD
boot.c: update from sun3 port, with changes for my new boot code put in.
conf.c: config from openbsd, by Theo de Raadt
dev_net.c: update from openbsd (standard dev_net with changes from theo)
dev_net.h: proto from openbsd
1996-05-17 21:08:25 +00:00

8 lines
188 B
C

/* $NetBSD: dev_net.h,v 1.2 1996/05/17 21:08:50 chuck Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();