summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskmbr.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-04-15 05:54:02 +0000
committerphk <phk@FreeBSD.org>2000-04-15 05:54:02 +0000
commitaaaef0b54e307450b19dcd1fb6ec921cc62d1acf (patch)
tree175dac1aaf0d06b54deb889161091dbcf88c79c6 /sys/sys/diskmbr.h
parentf2310ef109eccf99c872f4f90eb70f4fc26e39f1 (diff)
downloadFreeBSD-src-aaaef0b54e307450b19dcd1fb6ec921cc62d1acf.zip
FreeBSD-src-aaaef0b54e307450b19dcd1fb6ec921cc62d1acf.tar.gz
Complete the bio/buf divorce for all code below devfs::strategy
Exceptions: Vinum untouched. This means that it cannot be compiled. Greg Lehey is on the case. CCD not converted yet, casts to struct buf (still safe) atapi-cd casts to struct buf to examine B_PHYS
Diffstat (limited to 'sys/sys/diskmbr.h')
-rw-r--r--sys/sys/diskmbr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 81a5182..5070056 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -441,9 +441,9 @@ struct buf;
struct buf_queue_head;
struct bio_queue_head;
-int bounds_check_with_label __P((struct buf *bp, struct disklabel *lp,
+int bounds_check_with_label __P((struct bio *bp, struct disklabel *lp,
int wlabel));
-void diskerr __P((struct buf *bp, char *what, int pri, int blkdone,
+void diskerr __P((struct bio *bp, char *what, int pri, int blkdone,
struct disklabel *lp));
void disksort __P((struct buf *ap, struct buf *bp));
u_int dkcksum __P((struct disklabel *lp));
OpenPOWER on IntegriCloud