summaryrefslogtreecommitdiffstats
path: root/include/mpc86xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r--include/mpc86xx.h6
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud