From 83029ea577fc9a9f9393a579183baa70c23e9dd8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 15 May 2018 13:08:18 +0200 Subject: lib/sysfs: add ul_new_sysfs_path() shortcut Signed-off-by: Karel Zak --- include/sysfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sysfs.h b/include/sysfs.h index c36eab035..aa02674ad 100644 --- a/include/sysfs.h +++ b/include/sysfs.h @@ -64,6 +64,7 @@ struct sysfs_blkdev { hctl_error : 1 ; }; +struct path_cxt *ul_new_sysfs_path(dev_t devno, struct path_cxt *parent, const char *prefix); int sysfs_blkdev_init_path(struct path_cxt *pc, dev_t devno, struct path_cxt *parent); int sysfs_blkdev_set_parent(struct path_cxt *pc, struct path_cxt *parent); -- cgit v1.2.3-55-g7522