ioctl.h 238 B

12345
  1. #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
  2. int pcidriver_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg);
  3. #else
  4. long pcidriver_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
  5. #endif