summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/stand/netboot/dev_net.h
blob: 40250b53f585289cd4e071ca5b26662dc1b4ab6e (plain)
1
2
3
4
5
6
7
/*	$OpenBSD: dev_net.h,v 1.1 2006/05/16 22:48:18 miod Exp $ */

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