xref: /netbsd-src/sys/arch/evbmips/stand/sbmips/common/blkdev.h (revision b1431b71daeb849d86a211537e1416d72a1397dc)
1 /* $NetBSD: blkdev.h,v 1.1.1.1 2017/07/24 08:56:29 mrg 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