Re: List of kernel functions available to installable module

Bradley M Keryan (keryan@andrew.cmu.edu)
Wed, 28 Apr 1999 21:37:03 -0400 (EDT)


On Wed, 28 Apr 1999, Yash Shitoot wrote:

> Where can I find a list of kernel functions and variables
> available to an installable module ?
>

find /usr/src/linux -name '*.[ch]' -print | xargs grep EXPORT_SYMBOL

should be a good start.

Brad

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/