summaryrefslogtreecommitdiffstats
path: root/driver/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ioctl.h')
-rw-r--r--driver/ioctl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/driver/ioctl.h b/driver/ioctl.h
deleted file mode 100644
index 696fb8b..0000000
--- a/driver/ioctl.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#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