summaryrefslogtreecommitdiff
path: root/cesar/hal/arch/dlink/dlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/hal/arch/dlink/dlink.h')
-rw-r--r--cesar/hal/arch/dlink/dlink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/hal/arch/dlink/dlink.h b/cesar/hal/arch/dlink/dlink.h
index 38c8045ac3..1a0b1323ea 100644
--- a/cesar/hal/arch/dlink/dlink.h
+++ b/cesar/hal/arch/dlink/dlink.h
@@ -44,6 +44,7 @@ hal_arch_dlink_copy_ram_to_ilram (
* \param zb the begin zone to modify the call instruction
* \param ze the end zone to modify the call instruction
* \param zn the new zone base address to use
+ * \param do_flush do we need to flush data cache
*
* This function should modify the call instructions which points to an
* address function which has moved from RAM to ILRAM.
@@ -57,7 +58,8 @@ hal_arch_dlink_copy_ram_to_ilram (
void
hal_arch_dlink_patch_ram_call_inst (
unsigned long *sw, unsigned long *endw,
- unsigned long *zb, unsigned long *ze, unsigned long *zn);
+ unsigned long *zb, unsigned long *ze, unsigned long *zn,
+ bool do_flush);
/**
* Patch callbacks section