]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/e500.h
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
[people/ms/u-boot.git] / include / e500.h
CommitLineData
42d1f039
WD
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
11typedef struct
12{
13 unsigned long freqProcessor;
14 unsigned long freqSystemBus;
d4357932 15 unsigned long freqDDRBus;
42d1f039
WD
16} MPC85xx_SYS_INFO;
17
18#endif /* _ASMLANGUAGE */
19
42d1f039 20#define RESET_VECTOR 0xfffffffc
42d1f039
WD
21
22#endif /* __E500_H__ */