xref: /netbsd-src/sys/arch/sun68k/stand/tapeboot/dev_tape.h (revision 8e6f7afb5bba2c07fd084c08249718961dfbc1d1)
1 /*	$NetBSD: dev_tape.h,v 1.1 2001/06/14 12:57:17 fredette 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 __P((struct open_file *, u_long, void *));
8 
9