Re: List of kernel functions available to installable module

Kai Schulte (kai@eclipse.asta.uni-essen.de)
Wed, 28 Apr 1999 23:41:44 +0300


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/ -type f -name \*.[ch] | xargs grep EXPORT_SYMBOL

or "cat /proc/ksyms" to get the ones available in the running kernel.
Note that this varies with the modules that are currently loaded.

Kai

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