blob: 8a9df7f9667ede1a97abb5aee79a14843aa5a6ab [file] [log] [blame]
Benjamin Herrenschmidt55190f82011-09-19 17:44:52 +00001#ifndef _POWERNV_H
2#define _POWERNV_H
3
4#ifdef CONFIG_SMP
5extern void pnv_smp_init(void);
6#else
7static inline void pnv_smp_init(void) { }
8#endif
9
Benjamin Herrenschmidt61305a92011-09-19 17:45:05 +000010#ifdef CONFIG_PCI
11extern void pnv_pci_init(void);
12#else
13static inline void pnv_pci_init(void) { }
14#endif
15
Benjamin Herrenschmidt55190f82011-09-19 17:44:52 +000016#endif /* _POWERNV_H */