Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <asm/mach-types.h>
#include <mach/hardware.h>
#include <asm/mach/pci.h>
Go to the source code of this file.
Functions | |
void __init | ixdpg425_pci_preinit (void) |
int __init | ixdpg425_pci_init (void) |
subsys_initcall (ixdpg425_pci_init) | |
Variables | |
struct hw_pci ixdpg425_pci | __initdata |
Definition at line 51 of file ixdpg425-pci.c.
Definition at line 26 of file ixdpg425-pci.c.
subsys_initcall | ( | ixdpg425_pci_init | ) |
Definition at line 43 of file ixdpg425-pci.c.