xref: /netbsd/sys/arch/alpha/stand/common/blkdev.h (revision bf9ec67e)
1 /* $NetBSD: blkdev.h,v 1.1 1999/04/02 03:17:29 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