chiark / gitweb /
[PATCH] rename attributes to options
[elogind.git] / namedev.h
index 3a161441696eeb575c103afc82c75795cffad3af..1d6920cc7cdcc657971b55af34833f106ed9efd6 100644 (file)
--- a/namedev.h
+++ b/namedev.h
@@ -52,9 +52,9 @@ struct sysfs_class_device;
 #define FIELD_MODE             "MODE"
 #define FIELD_OPTIONS          "OPTIONS"
 
 #define FIELD_MODE             "MODE"
 #define FIELD_OPTIONS          "OPTIONS"
 
-#define ATTR_IGNORE_DEVICE     "ignore_device"
-#define ATTR_IGNORE_REMOVE     "ignore_remove"
-#define ATTR_PARTITIONS                "all_partitions"
+#define OPTION_IGNORE_DEVICE   "ignore_device"
+#define OPTION_IGNORE_REMOVE   "ignore_remove"
+#define OPTION_PARTITIONS      "all_partitions"
 
 #define MAX_SYSFS_PAIRS                5
 
 
 #define MAX_SYSFS_PAIRS                5