83xx/85xx/86xx: add more MxMR local bus definitions
[oweals/u-boot.git] / include / asm-ppc / mmu.h
index 59f17dec62fc5a21acf0bbc5b169beccd7dca7af..050a7b6472789c9ddae318d610bd6bde169b808a 100644 (file)
@@ -149,6 +149,7 @@ typedef enum {
 
 extern int read_bat(ppc_bat_t bat, unsigned long *upper, unsigned long *lower);
 extern int write_bat(ppc_bat_t bat, unsigned long upper, unsigned long lower);
+extern void print_bats(void);
 
 #endif /* __ASSEMBLY__ */