[BACK]Return to netdev.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme88k / stand / tftpboot

File: [local] / sys / arch / mvme88k / stand / tftpboot / netdev.h (download)

Revision 1.1, Tue Mar 4 16:04:33 2008 UTC (16 years, 3 months ago) by nbrk
Branch point for: MAIN

Initial revision

/*	$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 *);