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

Annotation of sys/arch/alpha/stand/netboot/dev_net.h, Revision 1.1.1.1

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

CVSweb