GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-iop13xx / include / mach / msi.h
blobb80c5ae17e99eb760f039f91d9ed2905e6e9f7d7
1 #ifndef _IOP13XX_MSI_H_
2 #define _IOP13XX_MSI_H_
3 #ifdef CONFIG_PCI_MSI
4 void iop13xx_msi_init(void);
5 #else
6 static inline void iop13xx_msi_init(void)
8 return;
10 #endif
11 #endif