summaryrefslogtreecommitdiffstats
path: root/sys/geom/vinum/geom_vinum_share.h
diff options
context:
space:
mode:
authorle <le@FreeBSD.org>2004-11-15 12:30:59 +0000
committerle <le@FreeBSD.org>2004-11-15 12:30:59 +0000
commitc174c57d9d244a5eab7ccbb84ae730653d1ff5a1 (patch)
tree01ac4707cda830f537ca5674c94dc50c02a0b8ad /sys/geom/vinum/geom_vinum_share.h
parentd8b3df3cb90ffaa3381db166cd1e1f43fa25aa69 (diff)
downloadFreeBSD-src-c174c57d9d244a5eab7ccbb84ae730653d1ff5a1.zip
FreeBSD-src-c174c57d9d244a5eab7ccbb84ae730653d1ff5a1.tar.gz
Share gv_roughlength() between kernel and userland, as we will need it
there later.
Diffstat (limited to 'sys/geom/vinum/geom_vinum_share.h')
-rw-r--r--sys/geom/vinum/geom_vinum_share.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/vinum/geom_vinum_share.h b/sys/geom/vinum/geom_vinum_share.h
index 177e971..f15f45d 100644
--- a/sys/geom/vinum/geom_vinum_share.h
+++ b/sys/geom/vinum/geom_vinum_share.h
@@ -58,5 +58,6 @@ const char *gv_plexorg_short(int);
const char *gv_plexstate(int);
const char *gv_sdstate(int);
const char *gv_volstate(int);
+const char *gv_roughlength(off_t, int);
#endif /* _GEOM_VINUM_SHARE_H_ */
OpenPOWER on IntegriCloud