NetBSD-5.0.2/sys/arch/i386/stand/pxeboot/dev_net.h

Compare this file to the similar file:
Show the results in this format:

/*	$NetBSD: dev_net.h,v 1.1 2002/02/16 16:26:23 thorpej 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 *));