summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-25 18:42:42 +0000
committerphk <phk@FreeBSD.org>2002-10-25 18:42:42 +0000
commit1f3b3d6f9d4201251eafa29865faffe014587516 (patch)
tree8d8b1d04bed777aadeababc1d94bb9fe5880165a /sys/geom/geom.h
parentf2106ce58842c67958b74116dfdc9c008c797ec7 (diff)
downloadFreeBSD-src-1f3b3d6f9d4201251eafa29865faffe014587516.zip
FreeBSD-src-1f3b3d6f9d4201251eafa29865faffe014587516.tar.gz
Add a g_dev_print() function which prints all the /dev entries GEOM
know about.
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 d12b901..14a5e6f 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 *, ...);
OpenPOWER on IntegriCloud