On Thu, 18 Oct 2007 16:41:06 +0630 Deepak Gaur wrote:
> Hi all,
>
> I am novice in field of linux device drivers. I have a small question
> regarding module
> _init() call in file drivers/char/tty_io.c. In this file there are two init
> calls mentioned
>
> (a) postcore_initcall(tty_class_init)
Hi all,
I am novice in field of linux device drivers. I have a small question regarding
module
_init() call in file drivers/char/tty_io.c. In this file there are two init
calls mentioned
(a) postcore_initcall(tty_class_init);
(b) module_init(tty_init);
The postcore_initcall is defined in incl
Hi all,
I am novice in field of linux device drivers. I have a small question regarding
module
_init() call in file drivers/char/tty_io.c. In this file there are two init
calls mentioned
(a) postcore_initcall(tty_class_init);
(b) module_init(tty_init);
The postcore_initcall is defined in inclu
3 matches
Mail list logo