diff options
Diffstat (limited to 'include/linux/moduleparam.h')
| -rw-r--r-- | include/linux/moduleparam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index b43f4752304e..1c9effa25e26 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h | |||
| @@ -78,6 +78,8 @@ struct kernel_param { | |||
| 78 | }; | 78 | }; |
| 79 | }; | 79 | }; |
| 80 | 80 | ||
| 81 | extern const struct kernel_param __start___param[], __stop___param[]; | ||
| 82 | |||
| 81 | /* Special one for strings we want to copy into */ | 83 | /* Special one for strings we want to copy into */ |
| 82 | struct kparam_string { | 84 | struct kparam_string { |
| 83 | unsigned int maxlen; | 85 | unsigned int maxlen; |
