18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
38c2ecf20Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
48c2ecf20Sopenharmony_ci * for more details.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr>
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <linux/types.h>
108c2ecf20Sopenharmony_ci#include <linux/pci.h>
118c2ecf20Sopenharmony_ci#include <bcm63xx_cpu.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ciint pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
148c2ecf20Sopenharmony_ci{
158c2ecf20Sopenharmony_ci	return bcm63xx_get_irq_number(IRQ_PCI);
168c2ecf20Sopenharmony_ci}
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciint pcibios_plat_dev_init(struct pci_dev *dev)
198c2ecf20Sopenharmony_ci{
208c2ecf20Sopenharmony_ci	return 0;
218c2ecf20Sopenharmony_ci}
22