commit | 7554c478b220dbf44470a69f1e9876c4423e0cb9 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Thu Jul 04 10:09:31 2024 +0200 |
committer | Imre Kis <imre.kis@arm.com> | Wed Sep 11 15:55:44 2024 +0200 |
tree | 4336c5033f7d9527f4432fe0e35e5169ee5f6c96 | |
parent | 6fd73d86ac436a9e8f30c662d23a4dd983fc9cfd [diff] [blame] |
Remove TS specific prefixes and paths from FWU code The PSA FWU definitions are not Trusted Services specific, remove prefixes and directories which indicate otherwise. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I91e3b72fe34070983244f2a926a8e9f4e2617eb7
diff --git a/components/service/fwu/common/update_agent_interface.h b/components/service/fwu/common/update_agent_interface.h index 0068908..8681672 100644 --- a/components/service/fwu/common/update_agent_interface.h +++ b/components/service/fwu/common/update_agent_interface.h
@@ -12,7 +12,7 @@ #include <stdint.h> #include "common/uuid/uuid.h" -#include "protocols/service/fwu/packed-c/status.h" +#include "protocols/service/fwu/status.h" #ifdef __cplusplus extern "C" {