This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / scsi / aic7xxx / cam.h
index d40ba07..b9ba333 100644 (file)
@@ -85,6 +85,12 @@ typedef enum {
        CAM_STATUS_MASK         = 0x3F
 } cam_status;
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0)
+#define        SCSI_DATA_READ  1
+#define        SCSI_DATA_WRITE 2
+#define SCSI_DATA_NONE  3
+#endif
+
 /*
  * Definitions for the asynchronous callback CCB fields.
  */