aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cnv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/cnv.h')
-rw-r--r--sys/sys/cnv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sys/cnv.h b/sys/sys/cnv.h
index 8b76e596bf2e..c89eed37df3e 100644
--- a/sys/sys/cnv.h
+++ b/sys/sys/cnv.h
@@ -48,6 +48,12 @@ typedef struct nvlist nvlist_t;
__BEGIN_DECLS
/*
+ * Functions which returns information about the given cookie.
+ */
+const char *cnvlist_name(void *cookiep);
+int cnvlist_type(void *cookiep);
+
+/*
* The cnvlist_get functions returns value associated with the given cookie.
* If it returns a pointer, the pointer represents internal buffer and should
* not be freed by the caller.