summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorDan Handley <dan.handley@arm.com>2014-04-17 17:29:58 +0100
committerDan Handley <dan.handley@arm.com>2014-05-06 12:35:02 +0100
commitbdbfc3c298b4cdc36412d6abd55a4fe79e643b44 (patch)
treeb66246f7fdd044e79ffaf75ea1790eb5aa2eae4b /services
parentbee824171189fad399047b7d649f541747c88c2b (diff)
Separate out CASSERT macro into own header
Separate out the CASSERT macro out of bl_common.h into its own header to allow more efficient header inclusion. Change-Id: I291be0b6b8f9879645e839a8f0dd1ec9b3db9639
Diffstat (limited to 'services')
-rw-r--r--services/spd/tspd/tspd_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/spd/tspd/tspd_private.h b/services/spd/tspd/tspd_private.h
index 69cf1996..9eff9ec4 100644
--- a/services/spd/tspd/tspd_private.h
+++ b/services/spd/tspd/tspd_private.h
@@ -35,6 +35,7 @@
#include <arch.h>
#include <psci.h>
#include <tsp.h>
+#include <cassert.h>
/*******************************************************************************
* Secure Payload PM state information e.g. SP is suspended, uninitialised etc