Unreliable Guide To Hacking The Linux Kernel | ||
---|---|---|
<<< Previous | Symbols | Next >>> |
Similar to EXPORT_SYMBOL() except that the symbols exported by EXPORT_SYMBOL_GPL() can only be seen by modules with a MODULE_LICENCE() that specifies a GPL compatible license.
<<< Previous | Home | Next >>> |
EXPORT_NO_SYMBOLS include/linux/module.h | Up | Routines and Conventions |