aboutsummaryrefslogtreecommitdiffstats
path: root/include/bl31/bl31.h
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-04-17 18:53:42 +0100
committerDan Handley <dan.handley@arm.com>2014-05-06 12:35:02 +0100
commit5b827a8fb6ea5cddf2cc80d724b58350457afc54 (patch)
tree016a80265dc3aaff1f1ab13a3554404ce2ee46dd /include/bl31/bl31.h
parent8a4fb6f6582d2bbe6470978724ea648fad43fba5 (diff)
downloadplatform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.tar.gz
platform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.tar.bz2
platform_external_arm-trusted-firmware-5b827a8fb6ea5cddf2cc80d724b58350457afc54.zip
Separate BL functions out of arch.h
Move the BL function prototypes out of arch.h and into the appropriate header files to allow more efficient header file inclusion. Create new BL private header files where there is no sensible existing header file. Change-Id: I45f3e10b72b5d835254a6f25a5e47cf4cfb274c3
Diffstat (limited to 'include/bl31/bl31.h')
-rw-r--r--include/bl31/bl31.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bl31/bl31.h b/include/bl31/bl31.h
index b8c603ad7..a5539d924 100644
--- a/include/bl31/bl31.h
+++ b/include/bl31/bl31.h
@@ -41,6 +41,7 @@ extern unsigned long bl31_entrypoint;
/*******************************************************************************
* Function prototypes
******************************************************************************/
+extern void bl31_arch_setup(void);
extern void bl31_next_el_arch_setup(uint32_t security_state);
extern void bl31_set_next_image_type(uint32_t type);
extern uint32_t bl31_get_next_image_type(void);