[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to write a module which reads data from a file ?



Hi,
I want to write a module, and the module can read a lot of data from a generic file. I don't want to read through /proc file, because the generic file is a configure file for the module.
So , how to write a module which reads data from a file ?

Richard.