aboutsummaryrefslogtreecommitdiff
path: root/applications/message_handler_openamp/message_handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'applications/message_handler_openamp/message_handler.hpp')
-rw-r--r--applications/message_handler_openamp/message_handler.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/message_handler_openamp/message_handler.hpp b/applications/message_handler_openamp/message_handler.hpp
index 86b7c4d..9461569 100644
--- a/applications/message_handler_openamp/message_handler.hpp
+++ b/applications/message_handler_openamp/message_handler.hpp
@@ -1,5 +1,5 @@
/*
- * SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+ * SPDX-FileCopyrightText: Copyright 2022-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the License); you may
@@ -21,8 +21,8 @@
* Includes
*****************************************************************************/
-#include <ethosu_core_rpmsg.h>
#include <mailbox.hpp>
+#include <rpmsg/ethosu_rpmsg.h>
#include "queue.hpp"
#include "remoteproc.hpp"