mp.h 120 B

1234567
  1. #ifndef __MPC86XX_MP_H_
  2. #define __MPC86XX_MP_H_
  3. void setup_mp(void);
  4. void cpu_mp_lmb_reserve(struct lmb *lmb);
  5. #endif