summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/fixmap.h')
-rw-r--r--arch/csky/include/asm/fixmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/csky/include/asm/fixmap.h b/arch/csky/include/asm/fixmap.h
index 4350578faa1c..81f9477d5330 100644
--- a/arch/csky/include/asm/fixmap.h
+++ b/arch/csky/include/asm/fixmap.h
@@ -27,4 +27,8 @@ enum fixed_addresses {
#include <asm-generic/fixmap.h>
+extern void fixrange_init(unsigned long start, unsigned long end,
+ pgd_t *pgd_base);
+extern void __init fixaddr_init(void);
+
#endif /* __ASM_CSKY_FIXMAP_H */