summaryrefslogtreecommitdiffstats
path: root/include/tee/optee.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tee/optee.h')
-rw-r--r--include/tee/optee.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/tee/optee.h b/include/tee/optee.h
index 9fb27fcec0..fa124236ba 100644
--- a/include/tee/optee.h
+++ b/include/tee/optee.h
@@ -32,4 +32,10 @@ struct optee_header {
int optee_verify_header (struct optee_header *hdr);
+#ifdef __PBL__
+
+int start_optee_early(void* fdt, void* tee);
+
+#endif /* __PBL__ */
+
#endif /* _OPTEE_H */