|
Linux Kernel
3.7.1
|
#include <linux/pci.h>#include <linux/init.h>#include <linux/irq.h>#include <asm/mach/pci.h>#include <asm/mach-types.h>Go to the source code of this file.
Macros | |
| #define | MAX_DEV 3 |
| #define | IRQ_LINES 3 |
| #define | INTA 6 |
| #define | INTB 7 |
| #define | INTC 5 |
Functions | |
| void __init | fsg_pci_preinit (void) |
| int __init | fsg_pci_init (void) |
| subsys_initcall (fsg_pci_init) | |
Variables | |
| struct hw_pci fsg_pci | __initdata |
| subsys_initcall | ( | fsg_pci_init | ) |
1.8.2