On Sat, 2009-06-20 at 09:59 -0700, krushnaal pai wrote:
> how to make system calls from kernel module?
> 
> or
> 
> how to include library headers in modules so as to use open,read write
> functtions?

(Most of the time) You cannot. You could resort to some sort of hacks to
use system call handlers but it is not advisable. You should use kernel
specific functions to solve your problems.

Razvan


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to