X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=include%2Flinux%2Fkobject.h;h=58ae8e00fcddd067b9815b8831c5c92986187584;hb=1983a922a1bc843806b9a36cf3a370b242783140;hp=c9c214d7bba2540fa0e83fb635396287c79a7310;hpb=1fa5ae857bb14f6046205171d98506d8112dd74e;p=safe%2Fjmp%2Flinux-2.6 diff --git a/include/linux/kobject.h b/include/linux/kobject.h index c9c214d..58ae8e0 100644 --- a/include/linux/kobject.h +++ b/include/linux/kobject.h @@ -68,6 +68,7 @@ struct kobject { unsigned int state_in_sysfs:1; unsigned int state_add_uevent_sent:1; unsigned int state_remove_uevent_sent:1; + unsigned int uevent_suppress:1; }; extern int kobject_set_name(struct kobject *kobj, const char *name, ...)