aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_network_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_network_info.h')
-rw-r--r--kernel/ethosu_network_info.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kernel/ethosu_network_info.h b/kernel/ethosu_network_info.h
index facca54..a809d35 100644
--- a/kernel/ethosu_network_info.h
+++ b/kernel/ethosu_network_info.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ARM Limited.
+ * Copyright 2022-2023 Arm Limited and/or its affiliates
*
* This program is free software and is provided to you under the terms of the
* GNU General Public License version 2 as published by the Free Software
@@ -25,7 +25,6 @@
* Includes
****************************************************************************/
-#include "ethosu_core_interface.h"
#include "ethosu_mailbox.h"
#include <linux/types.h>
@@ -35,6 +34,7 @@
* Types
****************************************************************************/
+struct ethosu_core_msg_network_info_rsp;
struct ethosu_device;
struct ethosu_network;
struct ethosu_uapi_network_info;
@@ -66,6 +66,7 @@ int ethosu_network_info_request(struct ethosu_network *net,
* ethosu_network_info_rsp() - Handle network info response.
*/
void ethosu_network_info_rsp(struct ethosu_device *edev,
- struct ethosu_core_network_info_rsp *rsp);
+ int msg_id,
+ struct ethosu_core_msg_network_info_rsp *rsp);
#endif /* ETHOSU_NETWORK_INFO_H */