summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/tftpboot/netdev.h
blob: 4d9b1abc7977f70f16d655015f90885788ddb67f (plain)
1
2
3
4
5
6
/*	$OpenBSD: netdev.h,v 1.1 2004/01/26 19:48:34 miod Exp $	*/

int net_open(struct open_file *, ...);
int net_close(struct open_file *);
int net_ioctl(struct open_file *, u_long, void *);
int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);