Linux Kernel -Open Call inside a Driver!

G Jalaja Devi (jalaja@teil.soft.net)
Tue, 2 Mar 1999 10:22:49 +0530 (IST)


Is it possible to open a driver within another driver?
Ex:

init_module(inode *inode, file *filp) /*Entry Point*/
{
open("/dev/dev0"); /*Is this possible?*/
}
And if possible, can the ioctl also be sent?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/