|
Linux Kernel
3.7.1
|
#include <moduleparam.h>
Data Fields | |
| unsigned int | max |
| unsigned int | elemsize |
| unsigned int * | num |
| struct kernel_param_ops * | ops |
| void * | elem |
Definition at line 69 of file moduleparam.h.
| void* elem |
Definition at line 75 of file moduleparam.h.
| unsigned int elemsize |
Definition at line 72 of file moduleparam.h.
| unsigned int max |
Definition at line 71 of file moduleparam.h.
| unsigned int* num |
Definition at line 73 of file moduleparam.h.
| struct kernel_param_ops* ops |
Definition at line 74 of file moduleparam.h.
1.8.2