blob: 9404db807015361c69c15634f18fe5d92a8e73ab (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: dev_tape.h,v 1.3 2002/03/14 01:26:38 millert Exp $ */
int tape_open(struct open_file *, ...);
int tape_close(struct open_file *);
int tape_strategy(void *, int, daddr_t, size_t, void *, size_t *);
int tape_ioctl();
|