summaryrefslogtreecommitdiff
path: root/libsysfs/sysfs/libsysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsysfs/sysfs/libsysfs.h')
-rw-r--r--libsysfs/sysfs/libsysfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libsysfs/sysfs/libsysfs.h b/libsysfs/sysfs/libsysfs.h
index 6140c3aecb..2f122405d7 100644
--- a/libsysfs/sysfs/libsysfs.h
+++ b/libsysfs/sysfs/libsysfs.h
@@ -43,14 +43,14 @@
#define SYSFS_NAME_LEN 64
#define SYSFS_BUS_ID_SIZE 32
+/* mount path for sysfs, can be overridden by exporting SYSFS_PATH */
+#define SYSFS_MNT_PATH "/sys"
+
enum sysfs_attribute_method {
SYSFS_METHOD_SHOW = 0x01, /* attr can be read by user */
SYSFS_METHOD_STORE = 0x02, /* attr can be changed by user */
};
-/* NOTE: statically define mnt path for sysfs */
-#define SYSFS_MNT_PATH "/sys"
-
/*
* NOTE:
* 1. We have the statically allocated "name" as the first element of all