X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fmmu.h;h=050a7b6472789c9ddae318d610bd6bde169b808a;hb=1a9eeb78b825bfade31d7606a2fe3b9eca9e35be;hp=59f17dec62fc5a21acf0bbc5b169beccd7dca7af;hpb=c148f24c15743a02e855636e6bed013bd121f7f2;p=u-boot diff --git a/include/asm-ppc/mmu.h b/include/asm-ppc/mmu.h index 59f17dec62..050a7b6472 100644 --- a/include/asm-ppc/mmu.h +++ b/include/asm-ppc/mmu.h @@ -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__ */