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

Annotation of sys/arch/mvme88k/stand/bootst/dev_tape.h, Revision 1.1.1.1

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

CVSweb