summaryrefslogtreecommitdiff
path: root/include/fsl_sec.h
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2020-06-27 23:58:49 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-07-27 11:46:29 +0300
commit277405b86ce112e5be39d75ceccb4f0b4e45e1dc (patch)
treef03ff7c2f54c2e7fd37f0a984bd3f55346900f5c /include/fsl_sec.h
parent9b86bf2d1438bb7d3e500e19b641a30ebec70ed8 (diff)
downloadu-boot-277405b86ce112e5be39d75ceccb4f0b4e45e1dc.tar.xz
crypto/fsl: export caam_get_era()
We need the era in other modules, too. For example, to get the RNG version. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/fsl_sec.h')
-rw-r--r--include/fsl_sec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl_sec.h b/include/fsl_sec.h
index c0d2c7e866..2ebb75c9b2 100644
--- a/include/fsl_sec.h
+++ b/include/fsl_sec.h
@@ -316,6 +316,8 @@ int blob_dek(const u8 *src, u8 *dst, u8 len);
int sec_init_idx(uint8_t);
#endif
int sec_init(void);
+
+u8 caam_get_era(void);
#endif
#endif /* __FSL_SEC_H */