]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/e500.h
Reworked FSL Book-E TLB macros to be more readable
[karo-tx-uboot.git] / include / e500.h
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
11 typedef struct
12 {
13   unsigned long freqProcessor;
14   unsigned long freqSystemBus;
15   unsigned long freqDDRBus;
16 } MPC85xx_SYS_INFO;
17
18 #endif  /* _ASMLANGUAGE */
19
20 #define RESET_VECTOR    0xfffffffc
21
22 #endif  /* __E500_H__ */