e500.h 352 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright 2003 Motorola,Inc.
  3. * Xianghua Xiao(x.xiao@motorola.com)
  4. */
  5. #ifndef __E500_H__
  6. #define __E500_H__
  7. #ifndef __ASSEMBLY__
  8. typedef struct
  9. {
  10. unsigned long freqProcessor;
  11. unsigned long freqSystemBus;
  12. unsigned long freqDDRBus;
  13. } MPC85xx_SYS_INFO;
  14. #endif /* _ASMLANGUAGE */
  15. #define RESET_VECTOR 0xfffffffc
  16. #endif /* __E500_H__ */