chiark / gitweb /
[PATCH] udev - activate formt length attribute
[elogind.git] / namedev.h
index 10a5dcaf0c53733300005e88cbcd5c85881f2933..ffdde83ca4843058d08f3f7b172b360a4426944e 100644 (file)
--- 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];