e500.h 382 B

1234567891011121314151617181920212223
  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. unsigned long freqLocalBus;
  14. } MPC85xx_SYS_INFO;
  15. #endif /* _ASMLANGUAGE */
  16. #define RESET_VECTOR 0xfffffffc
  17. #endif /* __E500_H__ */