Manish Katiyar wrote:
On Mon, Mar 24, 2008 at 6:46 PM, Carlo Bertoldi <mcbain@xxxxxxxxxx> wrote:
I wrote a kernel module to export some data to xenstore, a filesystem
pretty similar to the /proc one. Then I wrote another module that takes
care of loading the previous one and obtains the needed symbol from it.
Now I'd like to use the first module symbols directly in the kernel asap
Didn't get your question. What does *asap* mean ?? early during bootup
? I hope it is not related to EXPORT_SYMBOL()
Yes, I meant exactly early during bootup, is it feasible?
Well, in the first module I used EXPORT_SYMBOL() to export my function,
and in the second one I have a function pointer to use it.
Thanks,
Carlo
--
It's better to know something about everything, than everything about
something.
Blaise Pascal
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ