diff options
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r-- | include/mpc86xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h index f119d5b..a6fdea3 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -84,6 +84,7 @@ typedef struct { unsigned long freqProcessor; unsigned long freqSystemBus; + unsigned long freqLocalBus; } MPC86xx_SYS_INFO; #define l1icache_enable icache_enable |