]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ahci.h
autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
[people/ms/u-boot.git] / include / ahci.h
index 35b8a8c09b1879530e971f9583e40e253a980f9a..6d917121c67bc5e60b11ccb06bb094e8bbfbc159 100644 (file)
@@ -151,7 +151,7 @@ struct ahci_probe_ent {
        u32     hard_port_no;
        u32     host_flags;
        u32     host_set_flags;
-       u32     mmio_base;
+       void __iomem *mmio_base;
        u32     pio_mask;
        u32     udma_mask;
        u32     flags;
@@ -160,6 +160,7 @@ struct ahci_probe_ent {
        u32     link_port_map; /*linkup port map*/
 };
 
-int ahci_init(u32 base);
+int ahci_init(void __iomem *base);
+int ahci_reset(void __iomem *base);
 
 #endif