aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-10-25 18:42:42 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-10-25 18:42:42 +0000
commitce225127b95d998124b088fea29df053acd25430 (patch)
tree8d8b1d04bed777aadeababc1d94bb9fe5880165a /sys/geom/geom.h
parentdb44ef5176d03067b6caba7b03065ba3e177f41b (diff)
downloadsrc-ce225127b95d998124b088fea29df053acd25430.tar.gz
src-ce225127b95d998124b088fea29df053acd25430.zip
Add a g_dev_print() function which prints all the /dev entries GEOM
know about.
Notes
Notes: svn path=/head/; revision=105947
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index d12b901f6d63..14a5e6f5c9c7 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -192,6 +192,9 @@ struct geomidorname {
} u;
};
+/* geom_dev.c */
+int g_dev_print(void);
+
/* geom_dump.c */
void g_hexdump(void *ptr, int length);
void g_trace(int level, char *, ...);