]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
Merge branch 'master' of /home/wd/git/u-boot/custodians
[u-boot] / include / common.h
index df64bf0f4198b841a38c44d16c442b3b1dbd522c..afee1889a0989fabde9d0dd23e8ae6775cd4b776 100644 (file)
@@ -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 */
@@ -678,6 +680,13 @@ void       fputc(int file, const char c);
 int    ftstc(int file);
 int    fgetc(int file);
 
+/*
+ * CONSOLE multiplexing.
+ */
+#ifdef CONFIG_CONSOLE_MUX
+#include <iomux.h>
+#endif
+
 int    pcmcia_init (void);
 
 #ifdef CONFIG_STATUS_LED