ahci: bootprio support
[seabios.git] / src / ahci.h
index 0e13e00d2db6dcb248eb2a60792e09f79c83887f..98ade63d6547bc8d599b833a3f9c05df6d7422e1 100644 (file)
@@ -26,7 +26,8 @@ struct sata_cmd_fis {
 };
 
 struct ahci_ctrl_s {
-    int pci_bdf;
+    struct pci_device *pci_tmp;
+    u16 pci_bdf;
     u8  irq;
     u32 iobase;
     u32 caps;