aboutsummaryrefslogtreecommitdiff
path: root/include/arch/aarch64/smccc_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/aarch64/smccc_helpers.h')
-rw-r--r--include/arch/aarch64/smccc_helpers.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/arch/aarch64/smccc_helpers.h b/include/arch/aarch64/smccc_helpers.h
index efab18b0c4..e28697d7ef 100644
--- a/include/arch/aarch64/smccc_helpers.h
+++ b/include/arch/aarch64/smccc_helpers.h
@@ -7,12 +7,14 @@
#ifndef SMCCC_HELPERS_H
#define SMCCC_HELPERS_H
-#include <smccc.h>
+#include <lib/smccc.h>
#ifndef __ASSEMBLY__
-#include <context.h>
+
#include <stdbool.h>
+#include <context.h>
+
/* Convenience macros to return from SMC handler */
#define SMC_RET0(_h) { \
return (uint64_t) (_h); \