From 6b68888a3385ca5abc0ee647873052720e8bffe3 Mon Sep 17 00:00:00 2001 From: Dmitry Lifshitz Date: Mon, 15 Dec 2014 16:02:55 +0200 Subject: ahci: introduce ahci_reset() Extract controller reset code from ahci_host_init() into separate ahci_reset(). Signed-off-by: Dmitry Lifshitz Reviewed-by: Tom Rini --- include/ahci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ahci.h') diff --git a/include/ahci.h b/include/ahci.h index 35b8a8c09b..e8dee53575 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -161,5 +161,6 @@ struct ahci_probe_ent { }; int ahci_init(u32 base); +int ahci_reset(u32 base); #endif -- cgit v1.2.3