summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-02-22 16:53:33 +0100
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:17 -0600
commit6f6fbaab9d5c4b5202591ac2317fbd38b982f449 (patch)
treedeb3e0e259fe101b8cc98bf907482a333ba26eff /include
parent15e850babcd07281c8383cfa965dd14651e03871 (diff)
ahci-platform: Add enable_ / disable_resources helper functions
tj: Minor comment formatting updates. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org> (cherry picked from commit 96a01ba52c60fdd74dd6e8cf06645d06515b1396)
Diffstat (limited to 'include')
-rw-r--r--include/linux/ahci_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h
index 769d06525320..b674b01ce9bc 100644
--- a/include/linux/ahci_platform.h
+++ b/include/linux/ahci_platform.h
@@ -33,5 +33,7 @@ struct ahci_platform_data {
int ahci_platform_enable_clks(struct ahci_host_priv *hpriv);
void ahci_platform_disable_clks(struct ahci_host_priv *hpriv);
+int ahci_platform_enable_resources(struct ahci_host_priv *hpriv);
+void ahci_platform_disable_resources(struct ahci_host_priv *hpriv);
#endif /* _AHCI_PLATFORM_H */