summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-04 19:24:34 +0000
committerphk <phk@FreeBSD.org>2003-05-04 19:24:34 +0000
commitf1297dcac658b45bda3dbe6d608b416447e94424 (patch)
treebdcea081c324b61cd5a6e9af679f42c178b837ff /sys/geom/geom.h
parent65684800f05f3910147a2ddb35a28eb7c9f79109 (diff)
downloadFreeBSD-src-f1297dcac658b45bda3dbe6d608b416447e94424.zip
FreeBSD-src-f1297dcac658b45bda3dbe6d608b416447e94424.tar.gz
Add gctl_set_param() function.
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r--sys/geom/geom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index ec4c9de..d90d2ce 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -311,6 +311,7 @@ extern struct sx topology_lock;
#endif /* _KERNEL */
/* geom_ctl.c */
+int gctl_set_param(struct gctl_req *req, const char *param, void *ptr, int len);
void *gctl_get_param(struct gctl_req *req, const char *param, int *len);
void *gctl_get_paraml(struct gctl_req *req, const char *param, int len);
int gctl_error(struct gctl_req *req, const char *fmt, ...);
OpenPOWER on IntegriCloud