wsp.h 478 B

1234567891011121314151617181920
  1. #ifndef __WSP_H
  2. #define __WSP_H
  3. #include <asm/wsp.h>
  4. /* Devtree compatible strings for major devices */
  5. #define PCIE_COMPATIBLE "ibm,wsp-pciex"
  6. extern void wsp_setup_pci(void);
  7. extern void scom_init_wsp(void);
  8. extern void a2_setup_smp(void);
  9. extern int a2_scom_startup_cpu(unsigned int lcpu, int thr_idx,
  10. struct device_node *np);
  11. int smp_a2_cpu_bootable(unsigned int nr);
  12. int __devinit smp_a2_kick_cpu(int nr);
  13. void opb_pic_init(void);
  14. #endif /* __WSP_H */