ahci: move device registration
[seabios.git] / src / ahci.h
index 98ade63d6547bc8d599b833a3f9c05df6d7422e1..c3d3a703791207d0a70b4ff628fe540b406d6319 100644 (file)
@@ -75,6 +75,8 @@ struct ahci_port_s {
     struct ahci_cmd_s  *cmd;
     u32                pnr;
     u32                atapi;
+    char               *desc;
+    int                prio;
 };
 
 void ahci_setup(void);