diff options
Diffstat (limited to 'cpu/mpc85xx/mp.h')
-rw-r--r-- | cpu/mpc85xx/mp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/mpc85xx/mp.h b/cpu/mpc85xx/mp.h index b762ee2..4329286 100644 --- a/cpu/mpc85xx/mp.h +++ b/cpu/mpc85xx/mp.h @@ -4,6 +4,7 @@ ulong get_spin_addr(void); void setup_mp(void); u32 get_my_id(void); +void cpu_mp_lmb_reserve(struct lmb *lmb); #define BOOT_ENTRY_ADDR_UPPER 0 #define BOOT_ENTRY_ADDR_LOWER 1 |