VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / scsi / dc390.h
1 /***********************************************************************
2  *      FILE NAME : DC390.H                                            *
3  *           BY   : C.L. Huang                                         *
4  *      Description: Device Driver for Tekram DC-390(T) PCI SCSI       *
5  *                   Bus Master Host Adapter                           *
6  ***********************************************************************/
7 /* $Id: dc390.h,v 2.43.2.22 2000/12/20 00:39:36 garloff Exp $ */
8
9 /*
10  * DC390/AMD 53C974 driver, header file
11  */
12
13 #ifndef DC390_H
14 #define DC390_H
15
16 #include <linux/version.h>
17
18 #define DC390_BANNER "Tekram DC390/AM53C974"
19 #define DC390_VERSION "2.1d 2004-05-27"
20
21 /* We don't have eh_abort_handler, eh_device_reset_handler, 
22  * eh_bus_reset_handler, eh_host_reset_handler yet! 
23  * So long: Use old exception handling :-( */
24 #define OLD_EH
25
26 #if LINUX_VERSION_CODE < KERNEL_VERSION (2,1,70) || defined (OLD_EH)
27 # define NEW_EH
28 #else
29 # define NEW_EH use_new_eh_code: 1,
30 # define USE_NEW_EH
31 #endif
32 #endif /* DC390_H */