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 | wg302v2_pci_preinit (void) |
int __init | wg302v2_pci_init (void) |
subsys_initcall (wg302v2_pci_init) | |
Variables | |
struct hw_pci wg302v2_pci | __initdata |
subsys_initcall | ( | wg302v2_pci_init | ) |
Definition at line 55 of file wg302v2-pci.c.
Definition at line 30 of file wg302v2-pci.c.
Definition at line 47 of file wg302v2-pci.c.