Changeset 694 for GPL/branches/uniaud32-next/include/linux/moduleparam.h
- Timestamp:
- Aug 15, 2021, 1:07:08 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/moduleparam.h
r647 r694 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.