summaryrefslogtreecommitdiff
path: root/firmware/target/mips/mmu-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/mmu-mips.h')
-rw-r--r--firmware/target/mips/mmu-mips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/mips/mmu-mips.h b/firmware/target/mips/mmu-mips.h
index 1670d57f1c..def4196be1 100644
--- a/firmware/target/mips/mmu-mips.h
+++ b/firmware/target/mips/mmu-mips.h
@@ -22,7 +22,8 @@
22#ifndef __MMU_MIPS_INCLUDE_H 22#ifndef __MMU_MIPS_INCLUDE_H
23#define __MMU_MIPS_INCLUDE_H 23#define __MMU_MIPS_INCLUDE_H
24 24
25void map_address(unsigned long virtual, unsigned long physical, unsigned long length); 25void map_address(unsigned long virtual, unsigned long physical,
26 unsigned long length, unsigned int cache_flags);
26void tlb_init(void); 27void tlb_init(void);
27 28
28#endif /* __MMU_MIPS_INCLUDE_H */ 29#endif /* __MMU_MIPS_INCLUDE_H */