Re: krnl newbie: problems with EXPORT_SYMBOL()

2001-01-21 Thread Keith Owens
On Wed, 17 Jan 2001 19:18:40 +0100 (MET), Michael Palme <[EMAIL PROTECTED]> wrote: >ive got a problem with the EXPORT_SYMBOL() macro. >d801e0dc symbol_exported_R__symbol_exported FAQ alert! http://www.tux.org/lkml/#s8-8 - To unsubscribe from this list: send the line "unsubscribe

Re: krnl newbie: problems with EXPORT_SYMBOL()

2001-01-21 Thread Keith Owens
On Wed, 17 Jan 2001 19:18:40 +0100 (MET), Michael Palme [EMAIL PROTECTED] wrote: ive got a problem with the EXPORT_SYMBOL() macro. d801e0dc symbol_exported_R__symbol_exported FAQ alert! http://www.tux.org/lkml/#s8-8 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

krnl newbie: problems with EXPORT_SYMBOL()

2001-01-17 Thread Michael Palme
hello... ive got a problem with the EXPORT_SYMBOL() macro. i have 2 modules. one of them uses functions which the other module exports . everything works fine as long as i leave the symbols global which i want to export in the exporting module. i want to use EXPORT_SYMBOL() for this task, so

krnl newbie: problems with EXPORT_SYMBOL()

2001-01-17 Thread Michael Palme
hello... ive got a problem with the EXPORT_SYMBOL() macro. i have 2 modules. one of them uses functions which the other module exports . everything works fine as long as i leave the symbols global which i want to export in the exporting module. i want to use EXPORT_SYMBOL() for this task, so