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

Annotation of sys/arch/mvme68k/stand/bootst/dev_tape.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: dev_tape.h,v 1.3 2002/03/14 01:26:38 millert Exp $    */
        !             2:
        !             3:
        !             4: int    tape_open(struct open_file *, ...);
        !             5: int    tape_close(struct open_file *);
        !             6: int    tape_strategy(void *, int, daddr_t, size_t, void *, size_t *);
        !             7: int    tape_ioctl();
        !             8:

CVSweb