wsp.h 382 B

1234567891011121314151617
  1. #ifndef __WSP_H
  2. #define __WSP_H
  3. #include <asm/wsp.h>
  4. extern void wsp_setup_pci(void);
  5. extern void scom_init_wsp(void);
  6. extern void a2_setup_smp(void);
  7. extern int a2_scom_startup_cpu(unsigned int lcpu, int thr_idx,
  8. struct device_node *np);
  9. int smp_a2_cpu_bootable(unsigned int nr);
  10. int __devinit smp_a2_kick_cpu(int nr);
  11. void opb_pic_init(void);
  12. #endif /* __WSP_H */