USB: convert drivers/media/* to use module_usb_driver()
[zen-stable.git] / arch / powerpc / platforms / wsp / wsp.h
blob33479818f62a20981fb617c75bd0b53da4b4c737
1 #ifndef __WSP_H
2 #define __WSP_H
4 #include <asm/wsp.h>
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);
20 #endif /* __WSP_H */