|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/spinlock.h>#include <linux/irq.h>#include <linux/types.h>#include <linux/bootmem.h>#include <linux/slab.h>#include <asm/io.h>#include <asm/prom.h>#include <asm/cpm2.h>#include "pq2.h"Go to the source code of this file.
Data Structures | |
| struct | pq2ads_pci_pic |
Macros | |
| #define | NUM_IRQS 32 |
Functions | |
| int __init | pq2ads_pci_init_irq (void) |
| #define NUM_IRQS 32 |
Definition at line 40 of file pq2ads-pci-pic.c.
Definition at line 119 of file pq2ads-pci-pic.c.
1.8.2