hi,
i need to access a kernel module's functionalities
from another module (e.g. open/close ... pretty much everything in the 'flip'
)
basically i am trying to write a wrapper
kernel module that translates calls of one type
to the other type, that an already
existing module can understand. for this i need to
access open/close/read/write/ioctl of an already loaded module.
please provide as much info as
possible.
in a more advanced version i would like to load
this 'inner' module from a disk file when my wrapper module is
loaded.
so any help about file access from kernel module
will also be appreciated.
thanks & rgds
amit tikare
|