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