2 * Copyright 2011 Michael Ellerman, IBM Corp.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
14 extern void wsp_setup_phb_msi(struct pci_controller
*phb
);
16 static inline void wsp_setup_phb_msi(struct pci_controller
*phb
) { }
19 #endif /* __WSP_MSI_H */