Am a new bee to linux internals.
I am trying to make a simple program witch will call a function from a
module. I made a module compiled it and INSMOD-it into kernel, that works
fine. I would like to call from my user program a function defined in my
kernel module.
Please suggest any method thro' which this could be accomplished.
The only way i did it was by running my new module as insmod mymodule.o and
get my job done.
Thanks,
Sudharsan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/