On Mon, Aug 17, 2009 at 3:37 PM, krushnaal pai <[email protected]>wrote:

> i want to create global variables /pointers in kernel which should be
> accessible to all kernel modules ( i.e  all kernel modules should be sharing
> the same copy )
>
> how to?
>

EXPORT_SYMBOL(variable);

This should allow all the kernel modules to access the same.



-- 
Regards,
Sandeep.






“To learn is to change. Education is a process that changes the learner.”

Reply via email to