rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
[linux/fpc-iii.git] / arch / powerpc / platforms / 82xx / pq2.h
blob3080ce3441c1a78d1210fb9d2167d5e664d1f245
1 #ifndef _PQ2_H
2 #define _PQ2_H
4 void __noreturn pq2_restart(char *cmd);
6 #ifdef CONFIG_PCI
7 int pq2ads_pci_init_irq(void);
8 void pq2_init_pci(void);
9 #else
10 static inline int pq2ads_pci_init_irq(void)
12 return 0;
15 static inline void pq2_init_pci(void)
18 #endif
20 #endif