summaryrefslogtreecommitdiff
path: root/source/hal/source/components/npu/include/ethosu_cpu_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/source/components/npu/include/ethosu_cpu_cache.h')
-rw-r--r--source/hal/source/components/npu/include/ethosu_cpu_cache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/hal/source/components/npu/include/ethosu_cpu_cache.h b/source/hal/source/components/npu/include/ethosu_cpu_cache.h
index faf26c2..d5de3d5 100644
--- a/source/hal/source/components/npu/include/ethosu_cpu_cache.h
+++ b/source/hal/source/components/npu/include/ethosu_cpu_cache.h
@@ -21,6 +21,11 @@
#include <stddef.h>
/**
+ * @brief Clears all the cache state members.
+ */
+void ethosu_clear_cache_states(void);
+
+/**
* @brief Flush/clean the data cache by address and size. Passing NULL as p argument
* expects the whole cache to be flushed.
* @param[in] p Pointer to the start address.