Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 2008 Maxime Bizon <mbizon@freebox.fr>
0007  */
0008 
0009 #include <linux/types.h>
0010 #include <linux/pci.h>
0011 #include <bcm63xx_cpu.h>
0012 
0013 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
0014 {
0015     return bcm63xx_get_irq_number(IRQ_PCI);
0016 }
0017 
0018 int pcibios_plat_dev_init(struct pci_dev *dev)
0019 {
0020     return 0;
0021 }