]> git.sur5r.net Git - u-boot/blob - include/e500.h
9d3c8417c01ae31df7b7479226b44741f9f9e535
[u-boot] / include / e500.h
1 /*
2  * Copyright 2003 Motorola,Inc.
3  * Xianghua Xiao(x.xiao@motorola.com)
4  */
5
6 #ifndef __E500_H__
7 #define __E500_H__
8
9 #ifndef __ASSEMBLY__
10
11 typedef struct
12 {
13   unsigned long freqProcessor;
14   unsigned long freqSystemBus;
15   unsigned long freqDDRBus;
16   unsigned long freqLocalBus;
17 } MPC85xx_SYS_INFO;
18
19 #endif  /* _ASMLANGUAGE */
20
21 #define RESET_VECTOR    0xfffffffc
22
23 #endif  /* __E500_H__ */