
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] Kernel driver hacking (2.6.x)
- Date: Tue, 17 Jan 2006 06:55:25 -0800 (PST)
- From: Shakthi Kannan <shakthimaan@example.com>
- Subject: Re: [tlug] Kernel driver hacking (2.6.x)
Hi Godwin,
--- Godwin Stewart <godwin.stewart@example.com> wrote:
> The kernel
> source does indeed say "Use
> symbol_get and symbol_put instead. You'll thank
> me." but what replaces
> inter_module_register and how do you use symbol_* ?
Whatever symbols you want to use from other
drivers/kernel-space, you can simply export them
using:
EXPORT_SYMBOL (symbol_name);
You need to include linux/module.h in the files where
you call EXPORT_SYMBOL.
Can you provide a link to the 2.6 modem driver
sources?
Thanks,
SK
--
Shakthi Kannan, MS
Software Engineer, Hexaware Technologies
[E]: shakthimaan@example.com [M]: (91) 98407-87007
[W]: http://www.shakthimaan.com [L]: Chennai, India
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Home |
Main Index |
Thread Index