aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohpow01 <john.powell@arm.com>2021-03-04 10:35:20 -0600
committerjohpow01 <john.powell@arm.com>2021-03-04 10:36:14 -0600
commit22a40a65e7a2cd88261cec8275612f5f655b5c34 (patch)
treea79f492a6640a3c16e22b381869f69a31eb843b6
parente30228aebedda69f3de8d43a9f2afdec4c384e3e (diff)
downloadtf-a-tests-22a40a65e7a2cd88261cec8275612f5f655b5c34.tar.gz
AMU: Fix failures in daily builds
This fixes an include issue with the AMU header files. Signed-off-by: John Powell <john.powell@arm.com> Change-Id: I6e884d4ba665f2ad6a84927c3337220c802cbb4c
-rw-r--r--include/lib/extensions/amu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lib/extensions/amu.h b/include/lib/extensions/amu.h
index f8301c6e2..d5950ca1b 100644
--- a/include/lib/extensions/amu.h
+++ b/include/lib/extensions/amu.h
@@ -11,6 +11,7 @@
#include <cassert.h>
#include <platform_def.h>
+#include <utils_def.h>
#define AMU_GROUP0_COUNTERS_MASK U(0xf)
#define AMU_GROUP0_NR_COUNTERS U(4)