aboutsummaryrefslogtreecommitdiff
path: root/src/ethosu_device.h
diff options
context:
space:
mode:
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