|
@@ -20,15 +20,7 @@
|
|
#ifndef _DPT_H
|
|
#ifndef _DPT_H
|
|
#define _DPT_H
|
|
#define _DPT_H
|
|
|
|
|
|
-#ifndef LINUX_VERSION_CODE
|
|
|
|
-#include <linux/version.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,00)
|
|
|
|
-#define MAX_TO_IOP_MESSAGES (210)
|
|
|
|
-#else
|
|
|
|
#define MAX_TO_IOP_MESSAGES (255)
|
|
#define MAX_TO_IOP_MESSAGES (255)
|
|
-#endif
|
|
|
|
#define MAX_FROM_IOP_MESSAGES (255)
|
|
#define MAX_FROM_IOP_MESSAGES (255)
|
|
|
|
|
|
|
|
|
|
@@ -321,10 +313,6 @@ static int adpt_close(struct inode *inode, struct file *file);
|
|
static void adpt_delay(int millisec);
|
|
static void adpt_delay(int millisec);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
|
|
|
|
-static struct pci_dev* adpt_pci_find_device(uint vendor, struct pci_dev* from);
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#if defined __ia64__
|
|
#if defined __ia64__
|
|
static void adpt_ia64_info(sysInfo_S* si);
|
|
static void adpt_ia64_info(sysInfo_S* si);
|
|
#endif
|
|
#endif
|