summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-01-27 20:55:57 +0100
committerWolfgang Denk <wd@denx.de>2009-01-27 20:55:57 +0100
commit49ad4801714039ac8b9cae4de9c097224183e465 (patch)
tree553a394b685fa93deb2c23f8e1fc5b3ed6ceb10f /include/common.h
parentcb9f622a280075b550fcdd4571753a36d1a92bf9 (diff)
parent2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e (diff)
downloadu-boot-imx-49ad4801714039ac8b9cae4de9c097224183e465.zip
u-boot-imx-49ad4801714039ac8b9cae4de9c097224183e465.tar.gz
u-boot-imx-49ad4801714039ac8b9cae4de9c097224183e465.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 5968036..afee188 100644
--- a/include/common.h
+++ b/include/common.h
@@ -597,6 +597,8 @@ ulong video_setmem (ulong);
/* lib_$(ARCH)/cache.c */
void flush_cache (unsigned long, unsigned long);
+void flush_dcache_range(unsigned long start, unsigned long stop);
+void invalidate_dcache_range(unsigned long start, unsigned long stop);
/* lib_$(ARCH)/ticks.S */