X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fmpc86xx.h;h=9fe47480325354270ec9b5cee7194b7d1025464d;hb=f8007235a0a50cd3538b47d1fd02e96e1f64a285;hp=31e83f2cc9213377fc55ae8473c96e9e0c40fd47;hpb=0dd78fb9430e57ccc8e63369c6082b1c730f8aeb;p=oweals%2Fu-boot.git diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 31e83f2cc9..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