Merge branch 'master' of git://git.denx.de/u-boot-ti
[platform/kernel/u-boot.git] / include / ahci.h
index 35b8a8c..e8dee53 100644 (file)
@@ -161,5 +161,6 @@ struct ahci_probe_ent {
 };
 
 int ahci_init(u32 base);
+int ahci_reset(u32 base);
 
 #endif