On 16/05/07, Thomas De Schampheleire <[EMAIL PROTECTED]> wrote:
Hi,
I am still a newbie as as well, so please correct me if I'm wrong, but
I believe that:
- you can access global variables of other modules, as long as they
are not declared static.
- you can access functions from other places in
Hi,
I am still a newbie as as well, so please correct me if I'm wrong, but
I believe that:
- you can access global variables of other modules, as long as they
are not declared static.
- you can access functions from other places in the kernel, also
provided they are not declared static. When you
Hi experts,
I am a newbie, I want to write a kernel module. I have couple simple
problems:
- Can my module access global variable in other modules ?
- Can my module call directly call those kernel functions in other modules?
Many thanks in advance.
- Xiaoyi