mjc_kernel_compat_driver.h 165 B

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