Home | History | Annotate | Line # | Download | only in bootst
dev_tape.h revision 1.1
      1  1.1  chuck 
      2  1.1  chuck int	tape_open __P((struct open_file *, ...));
      3  1.1  chuck int	tape_close __P((struct open_file *));
      4  1.1  chuck int	tape_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
      5  1.1  chuck int	tape_ioctl();
      6  1.1  chuck 
      7