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

Annotation of sys/arch/mvme88k/stand/netboot/dev_net.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: dev_net.h,v 1.3 2002/03/14 01:26:40 millert Exp $ */
        !             2:
        !             3: int    net_open(struct open_file *, ...);
        !             4: int    net_close(struct open_file *);
        !             5: int    net_ioctl();
        !             6: int    net_strategy();
        !             7:

CVSweb