xref: /netbsd/sys/arch/alpha/stand/common/blkdev.h (revision 6550d01e)
1 /* $NetBSD: blkdev.h,v 1.3 2009/03/17 18:43:43 he Exp $ */
2 
3 #if 0	/* folded into devopen */
4 int	blkdevopen(struct open_file *, ...);
5 #endif
6 
7 int	blkdevstrategy(void *, int, daddr_t, size_t, void *, size_t *);
8 #if !defined(LIBSA_NO_FS_CLOSE)
9 int	blkdevclose(struct open_file *);
10 #endif /* defined(LIBSA_NO_FS_CLOSE) */
11