|
#define to_module_attr(n) container_of(n, struct module_attribute, attr);
|
|
#define to_module_attr(n) container_of(n, struct module_attribute, attr);
|
|
#define to_module_kobject(n) container_of(n, struct module_kobject, kobj);
|
|
#define to_module_kobject(n) container_of(n, struct module_kobject, kobj);
|