No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / sbmips / stand / common / blkdev.h
blob54820fd719050c5f0469cdc9e7a3859a64576f9c
1 /* $NetBSD: blkdev.h,v 1.2 2009/03/14 14:46:06 dsl Exp $ */
3 #if 0 /* folded into devopen */
4 int blkdevopen(struct open_file *, ...);
5 #endif
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) */