1 2 3 4 5 6 7
#ifndef _MJC_KERNEL_COMPAT_DRIVER_H #define _MJC_KERNEL_COMPAT_DRIVER_H long compat_mjc_ioctl(struct file *pfile, unsigned int u4cmd, unsigned long u4arg); #endif