aboutsummaryrefslogtreecommitdiff
path: root/include/dm/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dm/tag.h')
-rw-r--r--include/dm/tag.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dm/tag.h b/include/dm/tag.h
index 1ea3c9f..745088f 100644
--- a/include/dm/tag.h
+++ b/include/dm/tag.h
@@ -129,4 +129,12 @@ int dev_tag_del_all(struct udevice *dev);
*/
void dev_tag_collect_stats(struct dm_stats *stats);
+/**
+ * tag_get_name() - Get the name of a tag
+ *
+ * @tag: Tag to look up, which must be valid
+ * Returns: Name of tag
+ */
+const char *tag_get_name(enum dm_tag_t tag);
+
#endif /* _DM_TAG_H */