NetBSD/sys/arch/mvme68k/stand/netboot/dev_net.h

10 lines
379 B
C

/* $NetBSD: dev_net.h,v 1.3 2000/07/24 18:39:50 jdolecek Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl __P((struct open_file *, u_long, void *));
int net_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
int net_mountroot __P((struct open_file *, char *));
void machdep_common_ether __P((u_char *));