Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d3be1bcae7a8207e0a79ffd035d0e90f80378295
/
.
/
cpu
/
mpc86xx
/
mp.h
blob: 886e0c839d84b0e329d234966c517a0069ae435b [
file
] [
log
] [
blame
]
Becky Bruce
1266df8
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