Home | History | Annotate | Line # | Download | only in bootst
      1  1.4  tsutsui /*	$NetBSD: dev_tape.h,v 1.4 2008/01/12 09:54:30 tsutsui Exp $	*/
      2  1.2    perry 
      3  1.1    chuck 
      4  1.4  tsutsui int	tape_open(struct open_file *, ...);
      5  1.4  tsutsui int	tape_close(struct open_file *);
      6  1.4  tsutsui int	tape_strategy(void *, int, daddr_t, size_t, void *, size_t *);
      7  1.4  tsutsui int	tape_ioctl(struct open_file *, u_long, void *);
      8  1.1    chuck 
      9