Home | History | Annotate | Line # | Download | only in bootst
dev_tape.h revision 1.2
      1 /*	$NetBSD: dev_tape.h,v 1.2 1998/01/05 07:03:03 perry Exp $	*/
      2 
      3 
      4 int	tape_open __P((struct open_file *, ...));
      5 int	tape_close __P((struct open_file *));
      6 int	tape_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
      7 int	tape_ioctl();
      8 
      9