Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <mach/r2d.h>
Go to the source code of this file.
Macros | |
#define | R2D_NR_IRL 13 |
Enumerations | |
enum | { UNUSED = 0, EXT, RTC_T, RTC_A, AX88796, KEY, SDCARD, CF_CD, CF_IDE, SM501, PCI_INTD_RTL8139, PCI_INTC_PCI1520, PCI_INTB_RTL8139, PCI_INTB_SLOT, PCI_INTA_SLOT, TP } |
Functions | |
int | rts7751r2d_irq_demux (int irq) |
void __init | init_rts7751r2d_IRQ (void) |
anonymous enum |