[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Export: udivdi3 and muldi3_hardproc
Hello,
I tried to export those functions in microblaze_ksym.c like this:
extern unsigned long long muldi3_hardproc(unsigned long long, unsigned long
long);
extern unsigned long long udivdi3_proc(unsigned long long, unsigned long
long);
EXPORT_SYMBOL (muldi3_hardproc);
EXPORT_SYMBOL (udivdi3_proc);
I have tested with a test module but I am not sure whether it's totally
correct or not.
Would you please give me some advice about this?
Thanks in advance,
Jari
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/