Re: Which types of functions are exported by kernel source?

From: Inguva
Date: Tue Feb 22 2005 - 03:03:13 EST



/proc/ksyms. But if function in kernel source is not
defined with asmlinkage then it is exported to kernel
and seen in /proc/ksyms.
Is that correct??


I dont think so. Only symbols explicitly exported via EXPORT_SYMBOL
macro are exported. asmlinkage keyword has nothing to do with symbol
exporting.

Regards,
Inguva
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/