I am porting an old driver from 2.6.18 to 2.6.21, however i am currently stuck with the following macro: asmlinkage _syscall3(int,write,int,fd,const char *,buf,off_t,count)
What is the correct way to replace it for 2.6.21 ?
Regards Renzo
found http://www.linux.it/~rubini/docs/ksys/, but read the second last paragraph first.
google "syscalls in kernel"
found http://www.linux.it/~rubini/docs/ksys/, but read the second last paragraph first.