mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 07:31:12 -04:00
9 lines
265 B
C
9 lines
265 B
C
/* $NetBSD: dev_tape.h,v 1.3 2005/12/11 12:19:29 christos 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(struct open_file *, u_long, void *);
|
|
|