TomSi
09-02-2002, 10:28 PM
In the console.c (in kernel/driver/char/), I found the console.c have exported some of functions, just like
EXPORT_SYMBOL(color_table);
EXPORT_SYMBOL(default_red);
...
when building the kernel, I am sure that the console.o is builded into the kernel.
but I can find these functions in the ksyms.
where can I find them?
EXPORT_SYMBOL(color_table);
EXPORT_SYMBOL(default_red);
...
when building the kernel, I am sure that the console.o is builded into the kernel.
but I can find these functions in the ksyms.
where can I find them?