]> git.ipfire.org Git - people/ms/u-boot.git/blob - cpu/mpc85xx/mp.h
85xx: Added support for multicore boot mechanism
[people/ms/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