commit | c714702836b8b364628baf5ca21bede8dc720568 | [log] [tgz] |
---|---|---|
author | Sherry Zhang <sherry.zhang2@arm.com> | Fri Feb 03 11:21:10 2023 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Mon Feb 06 08:41:04 2023 +0100 |
tree | af004007783b4f0596a7dd97870db545c6d35b5c | |
parent | 51d7d573401e6d1fe41a24c2d37e08d2dd4d55dc [diff] [blame] |
SPM: Rename spm_ipc.h to spm.h This file is also used in SFN backend. Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com> Change-Id: I4818edfbca3b84414db4ac5d7d8293f0e0c41276
diff --git a/platform/ext/common/tfm_interrupts.c b/platform/ext/common/tfm_interrupts.c index b469abb..640696c 100644 --- a/platform/ext/common/tfm_interrupts.c +++ b/platform/ext/common/tfm_interrupts.c
@@ -11,7 +11,7 @@ #include <stdint.h> #include "cmsis.h" -#include "spm_ipc.h" +#include "spm.h" #include "tfm_hal_interrupt.h" #include "tfm_peripherals_def.h" #include "ffm/interrupt.h"