logo
Published on KernelTrap (http://kerneltrap.org)

_syscall3 in 2.6.21

By
Created Jul 11 2007 - 03:30

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


Source URL:
http://kerneltrap.org/node/11741