diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-11-19 03:43:16 -0600 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-11-19 03:43:16 -0600 |
| commit | ca01359a93da05d7ab2b17b207ea117748f8c87f (patch) | |
| tree | e11810466cb8675ccf4c9de168e32c0a71b94040 /include/linux | |
| parent | fdea9fc98bc266f5992b35c01737e5e6f70ffdd1 (diff) | |
| parent | 0de8c962cef577f348c28438918ee91bf1187bbc (diff) | |
merge
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kobject.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 40de16d0a227..7b3157a78f7e 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -24,6 +24,10 @@ struct kobject { }; extern void kobject_init(struct kobject *); +extern void kobject_cleanup(struct kobject *); + +extern int kobject_add(struct kobject *); +extern void kobject_del(struct kobject *); extern int kobject_register(struct kobject *); extern void kobject_unregister(struct kobject *); |
