diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index 53f7356..cdb5de2 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -173,6 +173,7 @@ struct g_provider { /* geom_dev.c */ void g_dev_print(void); +struct g_provider *g_dev_getprovider(dev_t dev); /* geom_dump.c */ void g_hexdump(void *ptr, int length); |