Re: [LIP] Kernel symbols

Arun Sharma <[email protected]>
Newsgroups gmane.user-groups.linux.india.programmers
Message-ID <[email protected]>
On Fri, Jan 23, 2004 at 10:17:25AM +0530, suresh kumar wrote:
> Hi,
> While creating a module, what kernel functions can be used. If I use
> some kernel functions directly, I am getting unresolved symbols. One
> thing which I refer is ksyms, but a kernel function which is used need
> not be xported in ksyms, as "ip_route_input" which is not present in
> ksyms but I still didn't get unresolved symbole linking error. So is
> there any way, I can know which functions I can use directly in the
> module code. Or in my case should I only go with compiling my module
> along with the kernel code and build a new kernel. Kindly help me ASAP,
> I am stuck here.

Grep for EXPORT_SYMBOL.* in your kernel sources.

	-Arun



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.