1 1.1 mrg /* $NetBSD: blkdev.h,v 1.1.1.1 2017/07/24 08:56:29 mrg Exp $ */ 2 1.1 mrg 3 1.1 mrg #if 0 /* folded into devopen */ 4 1.1 mrg int blkdevopen(struct open_file *, ...); 5 1.1 mrg #endif 6 1.1 mrg 7 1.1 mrg int blkdevstrategy(void *, int, daddr_t, size_t, void *, size_t *); 8 1.1 mrg #if !defined(LIBSA_NO_FS_CLOSE) 9 1.1 mrg int blkdevclose(struct open_file *); 10 1.1 mrg #endif /* defined(LIBSA_NO_FS_CLOSE) */ 11