summaryrefslogtreecommitdiff
path: root/source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h')
-rw-r--r--source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h b/source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h
index 2ab7fb2..7e6df6c 100644
--- a/source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h
+++ b/source/hal/components/ethosu_ta_init/include/ethosu_ta_init.h
@@ -17,14 +17,10 @@
#ifndef ETHOS_U_TA_INIT_H
#define ETHOS_U_TA_INIT_H
-#if defined(ARM_NPU) && defined(TIMING_ADAPTER_AVAILABLE)
-
/**
* @brief Initialises the Arm Ethos-U NPU timing adapter
* @return 0 if successful, error code otherwise
**/
int arm_ethosu_timing_adapter_init(void);
-#endif /* ARM_NPU && TIMING_ADAPTER_AVAILABLE */
-
#endif /* ETHOS_U_TA_INIT_H */