6 /* Devtree compatible strings for major devices */
7 #define PCIE_COMPATIBLE "ibm,wsp-pciex"
9 extern void wsp_setup_pci(void);
10 extern void scom_init_wsp(void);
12 extern void a2_setup_smp(void);
13 extern int a2_scom_startup_cpu(unsigned int lcpu
, int thr_idx
,
14 struct device_node
*np
);
15 int smp_a2_cpu_bootable(unsigned int nr
);
16 int __devinit
smp_a2_kick_cpu(int nr
);
18 void opb_pic_init(void);