What I mean to say is if a module (say module1) has exported some variable/data structures, you can just give an extern declaration in another module (say module2) and you can use the way you want. Here only constraint is that, module1 must be inserted before module2 (if you try to do other way around, kernel will refuse to load module2). Regards Mohanlal ----- Original Message ----- From: "prasanna wakhare" <prasannawakhare@yahoo.com> To: "mohanlal jangir" <mohanlal@samsung.com> Sent: Monday, April 19, 2004 9:04 PM Subject: Re: kernelnewbies@nl.linux.org > thank you sir, > but i refered the same book and same ldd example, > did u mean that we can make sharing across modules > just like we do that by normal header files! > > thanks for yr kind reply > > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/