Changeset 695 for GPL/trunk/include/linux/moduleparam.h
- Timestamp:
- Aug 21, 2021, 3:35:34 AM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 691-694
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/moduleparam.h
r679 r695 62 62 ulong, charp, bool or invbool, or XXX if you define param_get_XXX, 63 63 param_set_XXX and param_check_XXX. */ 64 #define module_param_named(name, value, type, perm) \ 65 param_check_##type(name, &(value)); \ 66 module_param_call(name, param_set_##type, param_get_##type, &value, perm) 64 #define module_param_named(name, value, type, perm) 67 65 68 66 #ifndef TARGET_OS2
Note:
See TracChangeset
for help on using the changeset viewer.