summaryrefslogtreecommitdiff
path: root/namedev.h
diff options
context:
space:
mode:
Diffstat (limited to 'namedev.h')
-rw-r--r--namedev.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/namedev.h b/namedev.h
index 10a5dcaf0c..ffdde83ca4 100644
--- a/namedev.h
+++ b/namedev.h
@@ -48,10 +48,12 @@ struct sysfs_class_device;
#define ATTR_PARTITIONS "all_partitions"
#define PARTITIONS_COUNT 15
-
#define PROGRAM_MAXARG 10
#define MAX_SYSFS_PAIRS 5
+#define RULEFILE_EXT ".rules"
+#define PERMFILE_EXT ".permissions"
+
struct sysfs_pair {
char file[FILE_SIZE];
char value[VALUE_SIZE];