aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_inference.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_inference.h')
-rw-r--r--kernel/ethosu_inference.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kernel/ethosu_inference.h b/kernel/ethosu_inference.h
index 2f188b6..5a3b860 100644
--- a/kernel/ethosu_inference.h
+++ b/kernel/ethosu_inference.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020,2022 ARM Limited.
+ * Copyright 2020,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
@@ -36,7 +36,7 @@
****************************************************************************/
struct ethosu_buffer;
-struct ethosu_core_inference_rsp;
+struct ethosu_core_msg_inference_rsp;
struct ethosu_device;
struct ethosu_network;
struct ethosu_uapi_inference_create;
@@ -118,6 +118,7 @@ int ethosu_inference_put(struct ethosu_inference *inf);
* ethosu_inference_rsp() - Handle inference response
*/
void ethosu_inference_rsp(struct ethosu_device *edev,
- struct ethosu_core_inference_rsp *rsp);
+ int msg_id,
+ struct ethosu_core_msg_inference_rsp *rsp);
#endif /* ETHOSU_INFERENCE_H */