From da0af78aa230d3a873923e05643071f761f593e2 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Fri, 1 Aug 2014 17:58:27 +0100 Subject: Move TSP private declarations into separate header Move the TSP private declarations out of tsp.h and into a new header, tsp_private.h. This clarifies the TSP interface to the TSPD. Change-Id: I39af346eeba3350cadcac56c02d97a5cb978c28b --- bl32/tsp/tsp_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bl32/tsp/tsp_timer.c') diff --git a/bl32/tsp/tsp_timer.c b/bl32/tsp/tsp_timer.c index a7fdfdafc..d9460b69d 100644 --- a/bl32/tsp/tsp_timer.c +++ b/bl32/tsp/tsp_timer.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include "tsp_private.h" /******************************************************************************* * Data structure to keep track of per-cpu secure generic timer context across -- cgit v1.2.3