is it possible that i use FILE I/O instead character device driver?
in my kernel module code i used character device driver source code
(ex. alloc_chrdev_region()....) it because i want to read any number from specific files and process them in module. but when i tried first time, i used FILE I/O in module code and it didn't work. okay.. simply..
character device driver is only method for interacting with user application in kernel module programming?(it include with block, network)