Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mips
pci
fixup-bcm63xx.c
Go to the documentation of this file.
1
/*
2
* This file is subject to the terms and conditions of the GNU General Public
3
* License. See the file "COPYING" in the main directory of this archive
4
* for more details.
5
*
6
* Copyright (C) 2008 Maxime Bizon <
[email protected]
>
7
*/
8
9
#include <linux/types.h>
10
#include <linux/pci.h>
11
#include <
bcm63xx_cpu.h
>
12
13
int
pcibios_map_irq
(
const
struct
pci_dev
*
dev
,
u8
slot
,
u8
pin
)
14
{
15
return
bcm63xx_get_irq_number(
IRQ_PCI
);
16
}
17
18
int
pcibios_plat_dev_init
(
struct
pci_dev
*
dev
)
19
{
20
return
0;
21
}
Generated on Thu Jan 10 2013 13:11:56 for Linux Kernel by
1.8.2