aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_capabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_capabilities.h')
-rw-r--r--kernel/ethosu_capabilities.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/ethosu_capabilities.h b/kernel/ethosu_capabilities.h
index 87cd168..3a79dc5 100644
--- a/kernel/ethosu_capabilities.h
+++ b/kernel/ethosu_capabilities.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_capabilities_rsp;
struct ethosu_device;
struct ethosu_uapi_device_capabilities;
@@ -57,6 +57,7 @@ int ethosu_capabilities_request(struct ethosu_device *edev,
struct ethosu_uapi_device_capabilities *uapi);
void ethosu_capability_rsp(struct ethosu_device *edev,
+ int msg_id,
struct ethosu_core_msg_capabilities_rsp *rsp);
#endif