summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/mt8192_scp/cache.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip/mt8192_scp/cache.h b/chip/mt8192_scp/cache.h
index cf77e765f9..633937aa35 100644
--- a/chip/mt8192_scp/cache.h
+++ b/chip/mt8192_scp/cache.h
@@ -42,4 +42,10 @@ int cache_flush_dcache_range(uintptr_t addr, uint32_t length);
void cache_init(void);
+#ifdef DEBUG
+int command_enable_pmu(int argc, char **argv);
+int command_disable_pmu(int argc, char **argv);
+int command_show_pmu(int argc, char **argv);
+#endif
+
#endif /* #ifndef __CROS_EC_CACHE_H */