Re: Need Help on compat_ioctl implementation

2007-07-24 Thread Arnd Bergmann
On Tuesday 24 July 2007, Devesh Sharma wrote: > Hello all, > I am facing some difficulty to implement compat_ioctl entry point in > my driver code, please help me out to sort out the things. > The ioctl is READ WRITE type, > It takes one header structure as argument the structure is as follows, > t

Need Help on compat_ioctl implementation

2007-07-24 Thread Devesh Sharma
Hello all, I am facing some difficulty to implement compat_ioctl entry point in my driver code, please help me out to sort out the things. The ioctl is READ WRITE type, It takes one header structure as argument the structure is as follows, typedef struct { unsigned int Header; voi