]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
Patch by Jon Loeliger, 17 June 2004:
[karo-tx-uboot.git] / include / common.h
index 71dd1d9b571bd152b18434edb6bb88525863ef97..8ab84326b438e5ef036abb4fe28d061a9b136533 100644 (file)
@@ -342,7 +342,8 @@ void        trap_init     (ulong);
     defined (CONFIG_74xx_7xx)  || \
     defined (CONFIG_74x)       || \
     defined (CONFIG_75x)       || \
-    defined (CONFIG_74xx)
+    defined (CONFIG_74xx)      || \
+    defined(CONFIG_MPC85xx)
 unsigned char  in8(unsigned int);
 void           out8(unsigned int, unsigned char);
 unsigned short in16(unsigned int);
@@ -356,6 +357,7 @@ void                out32r(unsigned int, unsigned long value);
 void           ppcDcbf(unsigned long value);
 void           ppcDcbi(unsigned long value);
 void           ppcSync(void);
+void           ppcDcbz(unsigned long value);
 #endif
 
 /* $(CPU)/cpu.c */