lib: add test module for CONFIG_DEBUG_VIRTUAL
[linux-2.6-microblaze.git] / lib / kobject_uevent.c
index 719c155..e590523 100644 (file)
@@ -52,6 +52,8 @@ static const char *kobject_actions[] = {
        [KOBJ_MOVE] =           "move",
        [KOBJ_ONLINE] =         "online",
        [KOBJ_OFFLINE] =        "offline",
+       [KOBJ_BIND] =           "bind",
+       [KOBJ_UNBIND] =         "unbind",
 };
 
 static int kobject_action_type(const char *buf, size_t count,