]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/buf.h
xnu-201.tar.gz
[apple/xnu.git] / bsd / sys / buf.h
index 25a87d6cfc9cb1046adbd032497710fe300558de..924ac0fae64a8b2834f28950f200c211ba957eb9 100644 (file)
@@ -237,8 +237,8 @@ struct buf *incore __P((struct vnode *, daddr_t));
 u_int  minphys __P((struct buf *bp));
 int physio __P((void (*)(struct buf *), struct buf *, dev_t, int ,  u_int (*)(struct buf *), struct uio *, int ));
 int count_busy_buffers __P((void));
-struct buf *alloc_io_buf __P((struct vnode *vp));
-void free_io_buf __P((struct buf *bp));
+struct buf *alloc_io_buf __P((struct vnode *, int));
+void free_io_buf __P((struct buf *));
 __END_DECLS
 
 /*