diff options
Diffstat (limited to 'include/bl31/cm_macros.S')
-rw-r--r-- | include/bl31/cm_macros.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bl31/cm_macros.S b/include/bl31/cm_macros.S index 9eeec189..d2649566 100644 --- a/include/bl31/cm_macros.S +++ b/include/bl31/cm_macros.S @@ -27,6 +27,11 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ + +#include <arch.h> +#include <context.h> + + /* --------------------------------------------- * Zero out the callee saved register to prevent * leakage of secure state into the normal world |