summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/netboot/dev_net.h
blob: 0607427320c6ecb862e26e4a76b445c6cc188f2a (plain)
1
2
3
4
5
6
7
/*	$OpenBSD: dev_net.h,v 1.3 2002/03/14 01:26:38 millert Exp $ */

int	net_open(struct open_file *, ...);
int	net_close(struct open_file *);
int	net_ioctl();
int	net_strategy();