summaryrefslogtreecommitdiff
path: root/plat/juno/juno_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/juno/juno_private.h')
-rw-r--r--plat/juno/juno_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plat/juno/juno_private.h b/plat/juno/juno_private.h
index 0dac03a9..bb2548f1 100644
--- a/plat/juno/juno_private.h
+++ b/plat/juno/juno_private.h
@@ -108,6 +108,9 @@ int plat_get_image_source(const char *image_name,
uintptr_t *dev_handle,
uintptr_t *image_spec);
+/* Declarations for security.c */
+void plat_security_setup(void);
+
/*
* Before calling this function BL2 is loaded in memory and its entrypoint
* is set by load_image. This is a placeholder for the platform to change