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 | gateway7001_pci_preinit (void) |
int __init | gateway7001_pci_init (void) |
subsys_initcall (gateway7001_pci_init) | |
Variables | |
struct hw_pci gateway7001_pci | __initdata |
Definition at line 56 of file gateway7001-pci.c.
Definition at line 30 of file gateway7001-pci.c.
subsys_initcall | ( | gateway7001_pci_init | ) |
Definition at line 48 of file gateway7001-pci.c.