d9fbb825e5dc4f216e56a1311dc060d35fef6ac7
[oweals/u-boot.git] / cpu / mpc85xx / mp.h
1 #ifndef __MPC85XX_MP_H_
2 #define __MPC85XX_MP_H_
3
4 ulong get_spin_addr(void);
5 void setup_mp(void);
6 u32 get_my_id(void);
7
8 #endif