From 5b827a8fb6ea5cddf2cc80d724b58350457afc54 Mon Sep 17 00:00:00 2001 From: Dan Handley Date: Thu, 17 Apr 2014 18:53:42 +0100 Subject: Separate BL functions out of arch.h Move the BL function prototypes out of arch.h and into the appropriate header files to allow more efficient header file inclusion. Create new BL private header files where there is no sensible existing header file. Change-Id: I45f3e10b72b5d835254a6f25a5e47cf4cfb274c3 --- services/std_svc/psci/psci_afflvl_on.c | 3 +++ services/std_svc/psci/psci_afflvl_suspend.c | 1 + 2 files changed, 4 insertions(+) (limited to 'services/std_svc') diff --git a/services/std_svc/psci/psci_afflvl_on.c b/services/std_svc/psci/psci_afflvl_on.c index 700a4e9..1275358 100644 --- a/services/std_svc/psci/psci_afflvl_on.c +++ b/services/std_svc/psci/psci_afflvl_on.c @@ -29,14 +29,17 @@ */ #include +#include #include #include +#include #include #include #include #include #include #include +#include #include "psci_private.h" typedef int (*afflvl_on_handler)(unsigned long, diff --git a/services/std_svc/psci/psci_afflvl_suspend.c b/services/std_svc/psci/psci_afflvl_suspend.c index ec7b89f..67e209d 100644 --- a/services/std_svc/psci/psci_afflvl_suspend.c +++ b/services/std_svc/psci/psci_afflvl_suspend.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "psci_private.h" typedef int (*afflvl_suspend_handler)(unsigned long, -- cgit v1.2.3