fbdev: move FBIO_WAITFORVSYNC to linux/fb.h
[safe/jmp/linux-2.6] / drivers / scsi / eata_generic.h
index 34bce2c..5016af5 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;