Changeset 625 for GPL/branches/uniaud32-next/include/linux/moduleparam.h
- Timestamp:
- Jan 3, 2021, 7:20:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/moduleparam.h
r615 r625 138 138 &__param_arr_##name, perm) 139 139 140 #ifndef TARGET_OS2 141 #define module_param_array(name, type, nump, perm) \ 142 module_param_array_named(name, name, type, nump, perm) 143 #endif 140 #define module_param_array(name, type, nump, perm) 141 #define module_param(name, type, perm) 144 142 extern int param_array_set(const char *val, struct kernel_param *kp); 145 143 extern int param_array_get(char *buffer, struct kernel_param *kp);
Note:
See TracChangeset
for help on using the changeset viewer.