blob: 409e56ccae8206fb8bced6272a5bc2a20565f984 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: dev_tape.h,v 1.2 2001/07/04 08:06:54 niklas Exp $ */
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();
|