]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/scsi/eata_generic.h
ath10k: fix incorrect wlan_mac_base in qca6174_regs
[mirror_ubuntu-zesty-kernel.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;