xref: /netbsd-src/sys/arch/sbmips/stand/common/blkdev.h (revision 4b896b232495b7a9b8b94a1cf1e21873296d53b8)
1 /* $NetBSD: blkdev.h,v 1.1 2002/11/09 06:20:39 cgd Exp $ */
2 
3 #if 0	/* folded into devopen */
4 int	blkdevopen __P((struct open_file *, ...));
5 #endif
6 
7 int	blkdevstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
8 #if defined(LIBSA_NO_FS_CLOSE)
9 int	blkdevclose __P((struct open_file *));
10 #endif /* defined(LIBSA_NO_FS_CLOSE) */
11