blob: 9d3c8417c01ae31df7b7479226b44741f9f9e535 [file] [log] [blame]
wdenk42d1f032003-10-15 23:53:47 +00001/*
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
11typedef struct
12{
13 unsigned long freqProcessor;
14 unsigned long freqSystemBus;
Kumar Galad4357932007-12-07 04:59:26 -060015 unsigned long freqDDRBus;
Trent Piephoada591d2008-12-03 15:16:37 -080016 unsigned long freqLocalBus;
wdenk42d1f032003-10-15 23:53:47 +000017} MPC85xx_SYS_INFO;
18
19#endif /* _ASMLANGUAGE */
20
wdenk42d1f032003-10-15 23:53:47 +000021#define RESET_VECTOR 0xfffffffc
wdenk42d1f032003-10-15 23:53:47 +000022
23#endif /* __E500_H__ */