1 1.3.102.1 matt /* dev_tape.h,v 1.3 2000/07/24 18:39:15 jdolecek Exp */ 2 1.2 perry 3 1.1 chuck 4 1.3.102.1 matt int tape_open(struct open_file *, ...); 5 1.3.102.1 matt int tape_close(struct open_file *); 6 1.3.102.1 matt int tape_strategy(void *, int, daddr_t, size_t, void *, size_t *); 7 1.3.102.1 matt int tape_ioctl(struct open_file *, u_long, void *); 8 1.1 chuck 9