I have a userlevel library (that client programs will link with
to get access to a kernel module) and there is a requirement
that other kernel modules (using kernel threads) wants to
use the same library to get access to other kernel module.
So I am having to port the library to work in kernel space.
(since the library opens and closes certain device drivers, I
am wondering if that'll work seemlessly from kernel space)
Thanks in advance for your answers !
regards,
Rajeev
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/