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

Annotation of sys/arch/mvme88k/stand/tftpboot/netdev.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: netdev.h,v 1.1 2004/01/26 19:48:34 miod Exp $ */
        !             2:
        !             3: int net_open(struct open_file *, ...);
        !             4: int net_close(struct open_file *);
        !             5: int net_ioctl(struct open_file *, u_long, void *);
        !             6: int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);

CVSweb