NetBSD/sys/arch/sun3/stand/tapeboot/dev_tape.h

9 lines
284 B
C
Raw Normal View History

/* $NetBSD: dev_tape.h,v 1.4 2001/02/22 07:11:11 chs Exp $ */
1998-01-05 10:02:46 +03: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 __P((struct open_file *, u_long, void *));