[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
module_list in 2.6 kernels
Hi everyone,
I am looking for the equivalent of the
struct module *module_list
of 2.4 kernels in the 2.6 kernels, but not able to
find it. I found the line:
/* Member of list of modules */
struct list_head list;
inside the module.h file but i am not sure how to
access the list structure, any pointers on how to
access the list of the modules inside the 2.6 kernels
would be really helpful.
Thanks
Karthik
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/