summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dsi_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dsi_host.h b/include/dsi_host.h
index 9dfc7b3687..4cad8f3fe5 100644
--- a/include/dsi_host.h
+++ b/include/dsi_host.h
@@ -69,5 +69,6 @@ int dsi_host_init(struct udevice *dev,
* @return 0 if OK, -ve on error
*/
int dsi_host_enable(struct udevice *dev);
+int dsi_host_disable(struct udevice *dev);
#endif