From 5b827a8fb6ea5cddf2cc80d724b58350457afc54 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Thu, 17 Apr 2014 18:53:42 +0100 Subject: 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 --- bl2/bl2_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bl2/bl2_main.c') diff --git a/bl2/bl2_main.c b/bl2/bl2_main.c index cb0519a6..a7159fbe 100644 --- a/bl2/bl2_main.c +++ b/bl2/bl2_main.c @@ -38,6 +38,7 @@ #include #include #include +#include "bl2_private.h" /******************************************************************************* * The only thing to do in BL2 is to load further images and pass control to -- cgit v1.2.3