xref: /netbsd-src/sys/arch/alpha/stand/common/blkdev.h (revision 7a6a7ae08ac6c612f0fbb0d4425825c6be2a9050)
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