aboutsummaryrefslogtreecommitdiff
path: root/plat/st/stm32mp1/stm32mp1_def.h
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-02-14 10:53:33 +0100
committerYann Gautier <yann.gautier@st.com>2019-02-14 11:20:23 +0100
commit0d21680c35f328f1b793f0765760e994d883ff12 (patch)
treec6e8b6e242aee14fbae6171261a63d31b5759b9d /plat/st/stm32mp1/stm32mp1_def.h
parent5202cb393da7f6f3a9cf48a49e2a12f3bdee2b16 (diff)
downloadtrusted-firmware-a-0d21680c35f328f1b793f0765760e994d883ff12.tar.gz
stm32mp1: update clock driver
Remove useless private structure in function prototypes. Add a reference counter on clocks. Prepare for future secured/shared/non-secured clocks. Change-Id: I3dbed81721da5ceff5e10b2c4155b1e340c036ee Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Etienne Carriere <etienne.carriere@st.com> Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Nicolas LE BAYON <nicolas.le.bayon@st.com>
Diffstat (limited to 'plat/st/stm32mp1/stm32mp1_def.h')
-rw-r--r--plat/st/stm32mp1/stm32mp1_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/st/stm32mp1/stm32mp1_def.h b/plat/st/stm32mp1/stm32mp1_def.h
index 8d7cea327b..f0dc575e22 100644
--- a/plat/st/stm32mp1/stm32mp1_def.h
+++ b/plat/st/stm32mp1/stm32mp1_def.h
@@ -20,6 +20,7 @@
#include <boot_api.h>
#include <stm32mp_common.h>
#include <stm32mp_dt.h>
+#include <stm32mp_shres_helpers.h>
#include <stm32mp1_private.h>
#endif