mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
8 lines
120 B
C
8 lines
120 B
C
|
#ifndef __MPC86XX_MP_H_
|
||
|
#define __MPC86XX_MP_H_
|
||
|
|
||
|
void setup_mp(void);
|
||
|
void cpu_mp_lmb_reserve(struct lmb *lmb);
|
||
|
|
||
|
#endif
|