summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-02-11 18:21:32 +0000
committerpjd <pjd@FreeBSD.org>2004-02-11 18:21:32 +0000
commitc681583fbc8e0ff0d3f54a2ce41b3a5a14917315 (patch)
treeae4981c67b129f44f81748d7104bcfdf9166b968 /sys/geom/geom.h
parent920753994a7214f33c6eb260960a56e05a24885e (diff)
downloadFreeBSD-src-c681583fbc8e0ff0d3f54a2ce41b3a5a14917315.zip
FreeBSD-src-c681583fbc8e0ff0d3f54a2ce41b3a5a14917315.tar.gz
Added g_print_bio() function to print informations about given bio.
Approved by: phk, scottl (mentor)
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 656f320..264c029 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -230,6 +230,7 @@ void g_io_request(struct bio *bp, struct g_consumer *cp);
struct bio *g_new_bio(void);
void * g_read_data(struct g_consumer *cp, off_t offset, off_t length, int *error);
int g_write_data(struct g_consumer *cp, off_t offset, void *ptr, off_t length);
+void g_print_bio(struct bio *bp);
/* geom_kern.c / geom_kernsim.c */
OpenPOWER on IntegriCloud