summaryrefslogtreecommitdiffstats
path: root/driver/ioctl.h
blob: 696fb8b58f0fc9ee44323ca54043d2b9533f4b8f (plain)
1
2
3
4
5
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
int pcidriver_ioctl(struct inode  *inode, struct file *filp, unsigned int cmd, unsigned long arg);
#else
long pcidriver_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
#endif