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

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