aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_device.h
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2024-04-25 21:23:31 +0200
committerJonny Svärd <jonny.svaerd@arm.com>2024-05-07 10:20:03 +0000
commit9622608a5cc318c0933bcce720b59737d03bfb6f (patch)
tree4c08612af613cc52fd929736df3012329df0f252 /src/ethosu_device.h
parent826638e203ededd31825dbf767130e3a17d4218c (diff)
downloadethos-u-core-driver-9622608a5cc318c0933bcce720b59737d03bfb6f.tar.gz
Add initial support for Ethos-U8524.05-rc224.05-rc124.05
Change-Id: I28d7cb72c149a636a4f1d8ca6931316486b1829a Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
Diffstat (limited to 'src/ethosu_device.h')
-rw-r--r--src/ethosu_device.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/ethosu_device.h b/src/ethosu_device.h
index 02942b1..42d6d23 100644
--- a/src/ethosu_device.h
+++ b/src/ethosu_device.h
@@ -1,6 +1,5 @@
/*
- * SPDX-FileCopyrightText: Copyright 2019-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
- *
+ * SPDX-FileCopyrightText: Copyright 2019-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
@@ -32,15 +31,6 @@ extern "C" {
#endif
/******************************************************************************
- * Defines
- ******************************************************************************/
-
-// NOTE: Deprecated
-#ifndef ETHOSU_PMU_NCOUNTERS
-#define ETHOSU_PMU_NCOUNTERS 4
-#endif
-
-/******************************************************************************
* Types
******************************************************************************/
struct NPU_REG; // Forward declare, to be implemented by each device