diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 2b9f1321a54e..ff15fe1bc8fd 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -87,6 +87,9 @@ static inline void kset_put(struct kset * k) } +extern struct kobject * kset_find_obj(struct kset *, char *); + + struct subsystem { struct kset kset; struct rw_semaphore rwsem; |
