Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e2e5eefb4d196e3b4c740dba57eb954ecc4cc143
/
.
/
cpu
/
mpc86xx
/
mp.h
blob: 886e0c839d84b0e329d234966c517a0069ae435b [
file
] [
log
] [
blame
]
Becky Bruce
d1cb6cb
2008-11-03 15:44:01 -0600
[
diff
] [
blame
]
1
#ifndef
__MPC86XX_MP_H_
2
#define
__MPC86XX_MP_H_
3
4
void
setup_mp
(
void
);
5
void
cpu_mp_lmb_reserve
(
struct
lmb
*
lmb
);
6
7
#endif