aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_int.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 13:37:15 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-24 13:37:15 +0000
commitd49d7ca5919cd4befb49517b79963db154c5c377 (patch)
tree3455034d79fc9ac03c4b138d50c02b2ac0222f34 /sys/geom/geom_int.h
parentfbf79df3b81995bd507fe6c5a0e5c480c0c1cae2 (diff)
downloadsrc-d49d7ca5919cd4befb49517b79963db154c5c377.tar.gz
src-d49d7ca5919cd4befb49517b79963db154c5c377.zip
Turn /dev/geom.ctl from a GEOM class into a plain character device driver
instead, it will never see a disk-I/O transaction, so this is a lot simpler.
Notes
Notes: svn path=/head/; revision=112534
Diffstat (limited to 'sys/geom/geom_int.h')
-rw-r--r--sys/geom/geom_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h
index 26b3d7884be4..1143c56a9226 100644
--- a/sys/geom/geom_int.h
+++ b/sys/geom/geom_int.h
@@ -109,3 +109,6 @@ void g_io_schedule_up(struct thread *tp);
/* geom_kern.c / geom_kernsim.c */
void g_init(void);
+
+/* geom_ctl.c */
+void g_ctl_init(void);