|
Linux Kernel
3.7.1
|
#include <module.h>
Data Fields | |
| struct attribute | attr |
| ssize_t(* | show )(struct module_attribute *, struct module_kobject *, char *) |
| ssize_t(* | store )(struct module_attribute *, struct module_kobject *, const char *, size_t count) |
| void(* | setup )(struct module *, const char *) |
| int(* | test )(struct module *) |
| void(* | free )(struct module *) |
| ssize_t(* show)(struct module_attribute *, struct module_kobject *, char *) |
| ssize_t(* store)(struct module_attribute *, struct module_kobject *, const char *, size_t count) |
1.8.2