]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/ahci.h
merged current version of git://git.denx.de/u-boot
[karo-tx-uboot.git] / include / ahci.h
index 12f653a58d8e898083b2c9d9a0d8f3770e92afd0..4ebccc02e886e6614b9b285b2cf8db0ff31ce9ab 100644 (file)
@@ -193,4 +193,6 @@ struct ahci_probe_ent {
        u32     link_port_map; /*linkup port map*/
 };
 
+int ahci_init(u32 base);
+
 #endif