X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Flinux%2Fkobject.h;h=2d61b909f414f6f61e37ca9c53372d85392242fd;hb=refs%2Fheads%2Fkaro-tx6;hp=f896a33e8341e1e281ad6b19f5d75da0c4d70622;hpb=1f5518b4e7febc2a1026fba2ff311ba54be1abc4;p=karo-tx-linux.git diff --git a/include/linux/kobject.h b/include/linux/kobject.h index f896a33e8341..2d61b909f414 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -32,8 +32,10 @@ #define UEVENT_NUM_ENVP 32 /* number of env pointers */ #define UEVENT_BUFFER_SIZE 2048 /* buffer for the variables */ +#ifdef CONFIG_UEVENT_HELPER /* path to the userspace helper executed on an event */ extern char uevent_helper[]; +#endif /* counter to tag the uevent, read only except for the kobject core */ extern u64 uevent_seqnum;