All of lore.kernel.org
 help / color / mirror / Atom feed
* Modules inside modules
@ 2001-05-03 17:46 Juan Carlos
  2001-05-03 17:58 ` Alan Cox
  0 siblings, 1 reply; 2+ messages in thread
From: Juan Carlos @ 2001-05-03 17:46 UTC (permalink / raw)
  To: linux-kernel

Hi,
This is my fist message here.
Please, help-me.

I need to work with two modules toghter. Is possible to include in the
one driver one call to another driver?
It's work?

I do it. But, at compilling time, i have a lot of errors!

Thanks! And Sorry by my English!
Juan Carlos
(FAPESP - Brasil)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Modules inside modules
  2001-05-03 17:46 Modules inside modules Juan Carlos
@ 2001-05-03 17:58 ` Alan Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2001-05-03 17:58 UTC (permalink / raw)
  To: Juan Carlos; +Cc: linux-kernel

> I need to work with two modules toghter. Is possible to include in the
> one driver one call to another driver?

Yes. A good example of this is to read ne.c and 8390.c. 8390.c is a driver
for the chipset and ne.c is a driver for one of the boards using this
chipset.

That driver shows how to use EXPORT_SYMBOL() as well as callbacks and module
locking


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-03 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-03 17:46 Modules inside modules Juan Carlos
2001-05-03 17:58 ` Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.