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
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