NetBSD/sys/arch/mvme68k/stand/bootst/dev_tape.h

9 lines
246 B
C
Raw Normal View History

1998-01-05 10:02:46 +03:00
/* $NetBSD: dev_tape.h,v 1.2 1998/01/05 07:03:03 perry Exp $ */
1996-05-28 19:23:53 +04:00
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();