Re: calling system call from kernel module

2000-10-12 Thread aprasad
>> Is there any way to call system call from a kernel module??? >yes, just call it. system calls are just functions (mostly exported and >when otherwise, use sys_call_table[] which is exported, but it won't work >on __mips__) so you can just call them. thanks tigran, but i am new to kernel pro

Re: calling system call from kernel module

2000-10-12 Thread Tigran Aivazian
On Thu, 12 Oct 2000 [EMAIL PROTECTED] wrote: > hi, > Is there any way to call system call from a kernel module??? yes, just call it. system calls are just functions (mostly exported and when otherwise, use sys_call_table[] which is exported, but it won't work on __mips__) so you can just call t

calling system call from kernel module

2000-10-12 Thread aprasad
hi, Is there any way to call system call from a kernel module??? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/