Hello everybody, I have a question: How can I open a character device that I created using LKM in the Kernel Space due to I cannot use open(...)? If I use open(...) when compiling the Kernel appears this warning: Implicit declaration of function "open" Thanks a lot!! Marc