X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fmpc86xx.h;h=9fe47480325354270ec9b5cee7194b7d1025464d;hb=df349e8a55f2cd750d1a998901896b8237d5c777;hp=eb85d60cad1bfa3688d70adbaa446a44e0497b6c;hpb=ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af;p=karo-tx-uboot.git diff --git a/include/mpc86xx.h b/include/mpc86xx.h index eb85d60cad..9fe4748032 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -41,9 +41,9 @@ #ifndef __ASSEMBLY__ typedef struct { - unsigned long freqProcessor; - unsigned long freqSystemBus; - unsigned long freqLocalBus; + unsigned long freq_processor; + unsigned long freq_systembus; + unsigned long freq_localbus; } MPC86xx_SYS_INFO; #define l1icache_enable icache_enable @@ -84,6 +84,7 @@ static __inline__ unsigned long get_l2cr (void) } void setup_ddr_bat(phys_addr_t dram_size); +extern void setup_bats(void); #endif /* _ASMLANGUAGE */ #endif /* __MPC86xx_H__ */