added from the comment: In C there is a function asm , with which you can make assembly inserts. As I understand it, this function accepts strings and converts them into commands. I need to execute a command that I pass to the module as a parameter.
I tried to do it through the char*
pointer, which takes a parameter using module_param()
, but the compiler produces an error:
"Expected string literal before ..."