chiark / gitweb /
[PATCH] add callout config type to udev
[elogind.git] / namedev.h
index d986a2376d36249b96fcb876a28ed7b7ad644f47..1f535c4c8b17e36de73258bf5996d4ec0a74f59e 100644 (file)
--- a/namedev.h
+++ b/namedev.h
@@ -40,6 +40,7 @@ enum config_type {
        NUMBER          = 2,
        TOPOLOGY        = 3,
        REPLACE         = 4,
+       CALLOUT         = 5,
 };
 
 #define BUS_SIZE       30
@@ -60,6 +61,7 @@ struct config_device {
        char id[ID_SIZE];
        char place[PLACE_SIZE];
        char kernel_name[NAME_SIZE];
+       char exec_program[FILE_SIZE];
        
        /* what to set the device to */
        struct device_attr attr;