aboutsummaryrefslogtreecommitdiffstats
path: root/include/drivers/marvell/ccu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/marvell/ccu.h')
-rw-r--r--include/drivers/marvell/ccu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drivers/marvell/ccu.h b/include/drivers/marvell/ccu.h
index b0d1ec984..413ffb972 100644
--- a/include/drivers/marvell/ccu.h
+++ b/include/drivers/marvell/ccu.h
@@ -46,6 +46,7 @@ void ccu_dram_win_config(int ap_index, struct addr_map_win *win);
void ccu_dram_target_set(int ap_index, uint32_t target);
void ccu_save_win_all(int ap_id);
void ccu_restore_win_all(int ap_id);
+int ccu_is_win_enabled(int ap_index, uint32_t win_id);
#endif
#endif /* CCU_H */