summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/tapeboot/dev_tape.h
blob: ab794284b82676153302fd5e9c2053c8f1aa1217 (plain)
1
2
3
4
5
6

int	tape_open __P((struct open_file *, ...));
int	tape_close __P((struct open_file *));
int	tape_strategy __P((void *, int, daddr_t, size_t, void *, size_t *));
int	tape_ioctl();