blob: 84f01ab78978f58252ba667f66c0bc2fa43af644 (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: dev_tape.h,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */
int tape_open(struct open_file *, ...);
int tape_close(struct open_file *);
int tape_strategy(void *, int, daddr32_t, size_t, void *, size_t *);
int tape_ioctl();
|