[BACK]Return to dev_tape.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / stand / bootst

File: [local] / sys / arch / mvme68k / stand / bootst / dev_tape.h (download)

Revision 1.1, Tue Mar 4 16:07:38 2008 UTC (16 years, 3 months ago) by nbrk
Branch point for: MAIN

Initial revision

/*	$OpenBSD: dev_tape.h,v 1.3 2002/03/14 01:26:38 millert 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();