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?
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?