summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index 31002fe..07189bd 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -182,8 +182,9 @@ struct g_provider {
};
/* geom_dev.c */
+struct cdev;
void g_dev_print(void);
-struct g_provider *g_dev_getprovider(dev_t dev);
+struct g_provider *g_dev_getprovider(struct cdev *dev);
/* geom_dump.c */
void g_trace(int level, const char *, ...);
OpenPOWER on IntegriCloud