]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/mmu.h
change mvBL-M7 default env and move to vendor subdir
[u-boot] / 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__ */