add SDHC support in mmc driver
[u-boot-openmoko/mini2440.git] / include / e500.h
blob1971eee291af8fa3dbcb53a749581f942020e6d6
1 /*
2 * Copyright 2003 Motorola,Inc.
3 * Xianghua Xiao(x.xiao@motorola.com)
4 */
6 #ifndef __E500_H__
7 #define __E500_H__
9 #ifndef __ASSEMBLY__
11 typedef struct
13 unsigned long freqProcessor;
14 unsigned long freqSystemBus;
15 unsigned long freqDDRBus;
16 } MPC85xx_SYS_INFO;
18 #endif /* _ASMLANGUAGE */
20 #define RESET_VECTOR 0xfffffffc
22 #endif /* __E500_H__ */