Hi,
I'm making two modules.
Those modules are dependent on each other.
I mean, for example, module A uses module B's function, and module B also uses modules A's function.
Because of that, using "insmod" I cannot load one of them at all.
Every time when I try to load one of them, there is error message to load the other one first.
Is there any method I can load both together?
Because this is first time on kernel module programming, I have no idea how to do it.
I'd really appreciate it if you share any idea for me.
Thanks,
JK