diff options
author | Wolfgang Denk <wd@denx.de> | 2009-01-27 20:55:57 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-01-27 20:55:57 +0100 |
commit | 49ad4801714039ac8b9cae4de9c097224183e465 (patch) | |
tree | 553a394b685fa93deb2c23f8e1fc5b3ed6ceb10f /include/common.h | |
parent | cb9f622a280075b550fcdd4571753a36d1a92bf9 (diff) | |
parent | 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e (diff) | |
download | u-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.h | 2 |
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 */ |