Linux设备驱动开发之内核传参module_param函数
内核模块传参问题 Standard types are: byte, short, ushort, int, uint, long, ulong 注意:没有char类型!! charp: a character pointer bool: a bool, values 0/1, y/n, Y/N. invbool: the above, only sense-reversed (N = true). module_param(name, type, perm) 功能:接收命.