summaryrefslogtreecommitdiffstats
path: root/include/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysfs.h')
-rw-r--r--include/sysfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysfs.h b/include/sysfs.h
index c1e63527b..affd2bb76 100644
--- a/include/sysfs.h
+++ b/include/sysfs.h
@@ -23,6 +23,7 @@ struct sysfs_cxt {
struct sysfs_cxt *parent;
};
+#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL }
extern char *sysfs_devno_attribute_path(dev_t devno, char *buf,
size_t bufsiz, const char *attr);