Home | History | Annotate | Line # | Download | only in common
blkdev.h revision 1.1.1.1.2.2
      1 /* $NetBSD: blkdev.h,v 1.1.1.1.2.2 2017/08/28 17:51:37 skrll 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