summaryrefslogtreecommitdiffstats
path: root/include/drivers/st/stm32mp1_ddr_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/drivers/st/stm32mp1_ddr_helpers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/drivers/st/stm32mp1_ddr_helpers.h b/include/drivers/st/stm32mp1_ddr_helpers.h
new file mode 100644
index 0000000..38f2415
--- /dev/null
+++ b/include/drivers/st/stm32mp1_ddr_helpers.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2017-2018, STMicroelectronics - All Rights Reserved
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef STM32MP1_DDR_HELPERS_H
+#define STM32MP1_DDR_HELPERS_H
+
+void ddr_enable_clock(void);
+
+#endif /* STM32MP1_DDR_HELPERS_H */