config.def.h - nldev - NetLink DEVice manager; a lightweight netlink frontend for mdev.
 (HTM) git clone git://r-36.net/nldev
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       config.def.h (234B)
       ---
            1 static const Rule rules[] = {
            2         /* ACTION    SUBSYSTEM      other env variables   command to run */
            3         {  "add",    NULL,          "DEVNAME",            "/bin/mdev" },
            4         {  "remove", NULL,          "DEVNAME",            "/bin/mdev" },
            5 };