X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fkobject.h;h=4cb1214ec29091919215d5db84323f68b638590e;hb=7423172a50968de1905a61413c52bb070a62f5ce;hp=7ece63f8abbd8ebbd77ad84d5604ce23f533dcd2;hpb=dd308bc355a1aa4f202fe9a3133b6c676cb9606c;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/include/linux/kobject.h b/include/linux/kobject.h index 7ece63f..4cb1214 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -80,6 +80,8 @@ extern void kobject_unregister(struct kobject *); extern struct kobject * kobject_get(struct kobject *); extern void kobject_put(struct kobject *); +extern struct kobject *kobject_add_dir(struct kobject *, const char *); + extern char * kobject_get_path(struct kobject *, gfp_t); struct kobj_type {