2 * Atheros AR71XX/AR724X PCI support
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License version 2 as published
10 * by the Free Software Foundation.
16 struct ath79_pci_irq {
24 void ath79_pci_set_irq_map(unsigned nr_irqs, const struct ath79_pci_irq *map);
25 void ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *dev));
26 int ath79_register_pci(void);
29 ath79_pci_set_irq_map(unsigned nr_irqs, const struct ath79_pci_irq *map) {}
31 ath79_pci_set_plat_dev_init(int (*func)(struct pci_dev *)) {}
32 static inline int ath79_register_pci(void) { return 0; }
35 #endif /* _ATH79_PCI_H */