X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_rules.h;h=f4b0a6f12f7fbadea225e9b883209575ed0fc104;hp=cb628398024c209d6832b19690b930ba4a69c8e3;hb=bd0ed2ffbec325512c3131ce0db896234e36c923;hpb=6bf0ffe8fd312c1e6549cb1721d7a7efeee77185 diff --git a/udev_rules.h b/udev_rules.h index cb6283980..f4b0a6f12 100644 --- a/udev_rules.h +++ b/udev_rules.h @@ -40,6 +40,7 @@ #define KEY_SYSFS "SYSFS" #define KEY_ENV "ENV" #define KEY_MODALIAS "MODALIAS" +#define KEY_IMPORT "IMPORT" #define KEY_NAME "NAME" #define KEY_SYMLINK "SYMLINK" #define KEY_OWNER "OWNER" @@ -100,6 +101,8 @@ struct udev_rule { int env_pair_count; enum key_operation modalias_operation; char modalias[PATH_SIZE]; + enum key_operation import_operation; + char import[PATH_SIZE]; char name[PATH_SIZE]; enum key_operation name_operation;