]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/eata_generic.h
Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
[linux-2.6-omap-h63xx.git] / drivers / scsi / eata_generic.h
index 34bce2c9e92e5bb3633b0b9d71e53a76cbd44d3c..5016af5cf860886bdebfded4193753a935777b04 100644 (file)
  * Misc. definitions                        *
  *********************************************/
 
-#ifndef TRUE
-#define TRUE 1
-#endif
-#ifndef FALSE
-#define FALSE 0
-#endif
-
 #define R_LIMIT 0x20000
 
 #define MAXISA    4
@@ -364,6 +357,7 @@ typedef struct hstd {
     __u8   moresupport;                 /* HBA supports MORE flag     */
     struct Scsi_Host *next;        
     struct Scsi_Host *prev;
+    struct pci_dev *pdev;      /* PCI device or NULL for non PCI */
     struct eata_sp sp;          /* status packet              */ 
     struct eata_ccb ccb[0];     /* ccb array begins here      */
 }hostdata;