diff options
| author | Dmitry Torokhov <dtor_core@ameritech.net> | 2004-01-19 00:21:50 -0800 |
|---|---|---|
| committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2004-01-19 00:21:50 -0800 |
| commit | b989f180460c5b491b81c9d8227fc31c00c3bbc2 (patch) | |
| tree | 390b63227764e444c3e84c56f14e4e4f6e7025c7 /include/linux/kobject.h | |
| parent | 0010bc50c1863814bf9b9c37dabde0b48207f665 (diff) | |
[PATCH] kobject: make kobject hotplug function public
make kobject hotplug mechanism public so that others may call it.
Diffstat (limited to 'include/linux/kobject.h')
| -rw-r--r-- | include/linux/kobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 42174b623637..2b127488d33e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -56,6 +56,7 @@ extern void kobject_unregister(struct kobject *); extern struct kobject * kobject_get(struct kobject *); extern void kobject_put(struct kobject *); +extern void kobject_hotplug(const char *action, struct kobject *); struct kobj_type { void (*release)(struct kobject *); |
