1 1.2 perry /* $NetBSD: dev_tape.h,v 1.2 1998/01/05 07:03:03 perry Exp $ */ 2 1.2 perry 3 1.1 chuck 4 1.1 chuck int tape_open __P((struct open_file *, ...)); 5 1.1 chuck int tape_close __P((struct open_file *)); 6 1.1 chuck int tape_strategy __P((void *, int, daddr_t, size_t, void *, size_t *)); 7 1.1 chuck int tape_ioctl(); 8 1.1 chuck 9