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

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

1.1     ! nbrk        1: /*     $OpenBSD: dev_net.h,v 1.4 2003/08/20 00:26:00 deraadt Exp $ */
        !             2:
        !             3: int    net_open(struct open_file *, char *);
        !             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 *);
        !             7:
        !             8: void   machdep_common_ether(u_char *);

CVSweb